interface PublicChat : Chat
(source)
(common)
title |
abstract val title: String |
(common)
ExtendedPublicChat |
interface ExtendedPublicChat : ExtendedChat, PublicChat |
(common)
GroupChat |
interface GroupChat : PublicChat |
(common)
SuperPublicChat |
interface SuperPublicChat : PublicChat, UsernameChat |