Interface MessageOriginChat

The message was originally sent on behalf of a chat. Subtype of MessageOrigin.

interface MessageOriginChat {
    @type: "messageOriginChat";
    author_signature: string;
    sender_chat_id: number;
}

Properties

@type: "messageOriginChat"
author_signature: string

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

sender_chat_id: number

Identifier of the chat that originally sent the message.