ForumChat

@Serializable(with = ChatSerializer::class)
sealed interface ForumChat : SupergroupChat

Inheritors

Properties

Link copied to clipboard
abstract val id: IdChatIdentifier
Link copied to clipboard
abstract val title: String
Link copied to clipboard
abstract val username: Username?