data class ExtendedChannelChatImpl : ExtendedChannelChat
(source)
(common)
<init> |
ExtendedChannelChatImpl(id: ChatId, title: String, username: Username? = null, chatPhoto: ChatPhoto? = null, description: String = "", inviteLink: String? = null, pinnedMessage: Message? = null) |
(common)
chatPhoto |
val chatPhoto: ChatPhoto? |
(common)
description |
val description: String |
(common)
id |
val id: ChatId |
(common)
inviteLink |
val inviteLink: String? |
(common)
pinnedMessage |
val pinnedMessage: Message? |
(common)
title |
val title: String |
(common)
username |
val username: Username? |