Package dev. inmo. tgbotapi. types. chat
Types
Link copied to clipboard
data class ChannelChatImpl(id: ChatId, title: String, username: Username?) : ChannelChat
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PrivateChatImpl(id: ChatId, username: Username?, firstName: String, lastName: String) : PrivateChat
Content copied to clipboard
Link copied to clipboard
data class SupergroupChatImpl(id: ChatId, title: String, username: Username?) : SupergroupChat
Content copied to clipboard