Package dev. inmo. tgbotapi. types. chat
Types
Channel Chat Impl
Link copied to clipboard
data class ChannelChatImpl(id: ChatId, title: String, username: Username?) : ChannelChat
Content copied to clipboard
Chat Permissions
Link copied to clipboard
Chat Type Serializer
Link copied to clipboard
Extended Chat Serializer
Link copied to clipboard
Group Chat Impl
Link copied to clipboard
Preview Chat Serializer
Link copied to clipboard
Private Chat Impl
Link copied to clipboard
data class PrivateChatImpl(id: ChatId, username: Username?, firstName: String, lastName: String) : PrivateChat
Content copied to clipboard
Supergroup Chat Impl
Link copied to clipboard
data class SupergroupChatImpl(id: ChatId, title: String, username: Username?) : SupergroupChat
Content copied to clipboard
Properties
asChatType
Link copied to clipboard
LeftRestrictionsChatPermissions
Link copied to clipboard
RestrictionsChatPermissions
Link copied to clipboard