telegramx.js

MessageOriginChannel

interface

The message was originally sent to a channel chat.

Declaration

interface MessageOriginChannel 

Properties

author_signature?: string;

Optional. Signature of the original post author

chatproperty#
chat: Chat;

Channel chat to which the message was originally sent

dateproperty#
date: number;

Date the message was sent originally in Unix time

message_idproperty#
message_id: number;

Unique message identifier inside the chat

typeproperty#
type: 'channel';

Type of the message origin, always "channel"