interface Chat
(source)
(common)
id |
abstract val id: ChatId |
(common)
ExtendedChat |
interface ExtendedChat : Chat |
(common)
PrivateChat |
interface PrivateChat : Chat, UsernameChat |
(common)
PublicChat |
interface PublicChat : Chat |
(common)
UnknownChatType |
data class UnknownChatType : Chat |
(common)
UsernameChat |
interface UsernameChat : Chat |