Channel
data class Channel(val chat: ChannelChat, val messageId: MessageId, val date: TelegramDate, val authorSignature: AuthorSignature? = null) : MessageOrigin.Public
Constructors
Link copied to clipboard
constructor(chat: ChannelChat, messageId: MessageId, date: TelegramDate, authorSignature: AuthorSignature? = null)