data class ExtendedBot : Bot
(source)
(common)
<init> |
ExtendedBot(id: ChatId, username: Username, firstName: String, lastName: String = "", canJoinGroups: Boolean = false, canReadAllGroupMessages: Boolean = false, supportsInlineQueries: Boolean = false) |
(common)
canJoinGroups |
val canJoinGroups: Boolean |
(common)
canReadAllGroupMessages |
val canReadAllGroupMessages: Boolean |
(common)
firstName |
val firstName: String |
(common)
id |
val id: ChatId |
(common)
lastName |
val lastName: String |
(common)
supportsInlineQueries |
val supportsInlineQueries: Boolean |
(common)
username |
val username: Username |