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
fun SentByChannel(    dateOfOriginal: TelegramDate,     channelChat: ChannelChat,     signature: String? = null)

Properties

Link copied to clipboard
val channelChat: ChannelChat
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