ReplyKeyboardRemove

@Serializable
data class ReplyKeyboardRemove(val selective: Boolean? = null) : KeyboardMarkup

Constructors

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

Properties

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