SentByChannel

data class SentByChannel(val dateOfOriginal: TelegramDate, val channelChat: ChannelChat, val signature: String? = null) : ForwardInfo.PublicChat

Represent forward info for the message sent by channelChat into some group

Constructors

Link copied to clipboard
constructor(dateOfOriginal: TelegramDate, channelChat: ChannelChat, signature: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
open override val chat: PublicChat
Link copied to clipboard
open override val dateOfOriginal: TelegramDate
Link copied to clipboard
val signature: String? = null

Functions

Link copied to clipboard