MessageOriginChat

@SerialName(value = "chat")
data class MessageOriginChat(val date: Int, val senderChat: Chat, val authorSignature: String? = null) : MessageOrigin(source)

MessageOriginChat

The message was originally sent on behalf of a chat to a group chat.

(auto-generated)

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(date: Int, senderChat: Chat, authorSignature: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "author_signature")
val authorSignature: String? = null

Optional. For messages originally sent by an anonymous chat administrator, original message author signature

Link copied to clipboard
val date: Int

Date the message was sent originally in Unix time

Link copied to clipboard
@SerialName(value = "sender_chat")
val senderChat: Chat

Chat that sent the message originally