MessageOriginChat
data class MessageOriginChat(val date: Int, val senderChat: Chat, val authorSignature: String? = null) : MessageOrigin(source)
The message was originally sent on behalf of a chat to a group chat.
(auto-generated)
Author
ForteScarlet