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: 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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerialName(value = "bot_is_member")
val botIsMember: Boolean? = null
Link copied to clipboard
@SerialName(value = "bot_administrator_rights")
val botRightsInChat: ChatCommonAdministratorRights? = null
Link copied to clipboard
@SerialName(value = "chat_is_channel")
val isChannel: Boolean? = null
Link copied to clipboard
@SerialName(value = "chat_is_forum")
val isForum: Boolean? = null
Link copied to clipboard
@SerialName(value = "chat_is_created")
val isOwnedBy: Boolean? = null
Link copied to clipboard
@SerialName(value = "chat_has_username")
val isPublic: Boolean? = null
Link copied to clipboard
@SerialName(value = "request_id")
val requestId: RequestId
Link copied to clipboard
@SerialName(value = "request_photo")
val requestPhoto: Boolean? = null
Link copied to clipboard
@SerialName(value = "request_title")
val requestTitle: Boolean? = null
Link copied to clipboard
@SerialName(value = "request_username")
val requestUsername: Boolean? = null
Link copied to clipboard
@SerialName(value = "user_administrator_rights")
val userRightsInChat: ChatCommonAdministratorRights? = null