KeyboardButtonRequestChat
data class KeyboardButtonRequestChat(val requestId: RequestId, val isChannel: Boolean? = null, val isForum: Boolean? = null, val isPublic: Boolean? = null, val isOwnedBy: Boolean? = null, val userRightsInChat: ChatCommonAdministratorRights? = null, val botRightsInChat: ChatCommonAdministratorRights? = null, val botIsMember: Boolean? = null, val requestTitle: Boolean? = null, val requestUsername: Boolean? = null, val requestPhoto: 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: ChatCommonAdministratorRights? = null, botRightsInChat: ChatCommonAdministratorRights? = null, botIsMember: Boolean? = null, requestTitle: Boolean? = null, requestUsername: Boolean? = null, requestPhoto: Boolean? = null)