telegramx.js

MessageOriginChat

interface

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

Declaration

interface MessageOriginChat 

Properties

author_signature?: string;

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

dateproperty#
date: number;

Date the message was sent originally in Unix time

sender_chatproperty#
sender_chat: Chat;

Chat that sent the message originally

typeproperty#
type: 'chat';

Type of the message origin, always "chat"