1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-10 18:20:49 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types/-common-bot/index.md
2021-03-17 15:18:37 +00:00

1.9 KiB

//docs/dev.inmo.tgbotapi.types/CommonBot

CommonBot

[common] data class CommonBot(id: UserId, username: Username, firstName: String, lastName: String) : Bot

Properties

Name Summary
firstName [common] open override val firstName: String
id [common] open override val id: UserId
lastName [common] open override val lastName: String
username [common] open override val username: Username