data class CommonBot : Bot
(source)
(common)
<init> |
CommonBot(id: ChatId, username: Username, firstName: String, lastName: String = "") |
(common)
firstName |
val firstName: String |
(common)
id |
val id: ChatId |
(common)
lastName |
val lastName: String |
(common)
username |
val username: Username |