ReplyForce

@Serializable
data class ReplyForce(val selective: Boolean? = null, val inputFieldPlaceholder: String? = null) : KeyboardMarkup

Constructors

Link copied to clipboard
constructor(selective: Boolean? = null, inputFieldPlaceholder: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val forceReply: Boolean = true
Link copied to clipboard
Link copied to clipboard
val selective: Boolean? = null