KeyboardButtonRequestChat

@Serializable
data class KeyboardButtonRequestChat(val requestId: RequestId, val isChannel: Boolean? = null, val isForum: Boolean? = null, val isPublic: Boolean? = null, val isOwnedBy: Boolean? = null, val userRightsInChat: ChatAdministratorRights? = null, val botRightsInChat: ChatAdministratorRights? = null, val botIsMember: Boolean? = null)

See also

Constructors

Link copied to clipboard
constructor(requestId: RequestId, isChannel: Boolean? = null, isForum: Boolean? = null, isPublic: Boolean? = null, isOwnedBy: Boolean? = null, userRightsInChat: ChatAdministratorRights? = null, botRightsInChat: ChatAdministratorRights? = null, botIsMember: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val botIsMember: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val isChannel: Boolean? = null
Link copied to clipboard
val isForum: Boolean? = null
Link copied to clipboard
val isOwnedBy: Boolean? = null
Link copied to clipboard
val isPublic: Boolean? = null
Link copied to clipboard
Link copied to clipboard