Interface MessageSenderChat

The message was sent on behalf of a chat. Subtype of MessageSender.

interface MessageSenderChat {
    @type: "messageSenderChat";
    chat_id: number;
}

Properties

Properties

@type: "messageSenderChat"
chat_id: number

Identifier of the chat that sent the message.