ExtendedChannelChatImpl
data class ExtendedChannelChatImpl(val id: ChatId, val title: String, val acceptedGiftTypes: AcceptedGiftTypes, val username: Username? = null, val activeUsernames: List<Username> = emptyList(), val chatPhoto: ChatPhoto? = null, val description: String = "", val inviteLink: String? = null, val pinnedMessage: Message? = null, val canSendPaidMedia: Boolean = false, val linkedGroupChatId: IdChatIdentifier? = null, val membersHidden: Boolean = false, val availableReactions: List<Reaction>? = null, val statusEmojiId: CustomEmojiId? = null, val statusEmojiExpiration: TelegramDate? = null, val accentColorId: ColorId = ColorId(0), val profileAccentColorId: ColorId? = null, val backgroundCustomEmojiId: CustomEmojiId? = null, val profileBackgroundCustomEmojiId: CustomEmojiId? = null, val newMembersSeeHistory: Boolean = false, val maxReactionsCount: Int = 3, val uniqueGiftColors: UniqueGiftColors? = null) : ExtendedChannelChat
Constructors
Link copied to clipboard
constructor(id: ChatId, title: String, acceptedGiftTypes: AcceptedGiftTypes, username: Username? = null, activeUsernames: List<Username> = emptyList(), chatPhoto: ChatPhoto? = null, description: String = "", inviteLink: String? = null, pinnedMessage: Message? = null, canSendPaidMedia: Boolean = false, linkedGroupChatId: IdChatIdentifier? = null, membersHidden: Boolean = false, availableReactions: List<Reaction>? = null, statusEmojiId: CustomEmojiId? = null, statusEmojiExpiration: TelegramDate? = null, accentColorId: ColorId = ColorId(0), profileAccentColorId: ColorId? = null, backgroundCustomEmojiId: CustomEmojiId? = null, profileBackgroundCustomEmojiId: CustomEmojiId? = null, newMembersSeeHistory: Boolean = false, maxReactionsCount: Int = 3, uniqueGiftColors: UniqueGiftColors? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard