PublicChat

interface PublicChat : ForwardInfo

Types

Link copied to clipboard
data class FromChannel(    val dateOfOriginal: TelegramDate,     val messageId: MessageId,     val channelChat: ChannelChat,     val signature: String? = null) : ForwardInfo.PublicChat

Represent forward info for the message sent by channelChat into that channel

Link copied to clipboard
data class FromSupergroup(val dateOfOriginal: TelegramDate, val group: SupergroupChat) : ForwardInfo.PublicChat
Link copied to clipboard
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

Properties

Link copied to clipboard
abstract val chat: PublicChat
Link copied to clipboard
abstract val dateOfOriginal: TelegramDate

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard