MessageOriginChannel
The message was originally sent to a channel chat.
Properties
type
ts
type: "channel";
Type of the message origin, always “channel”
date
ts
date: number;
Date the message was sent originally in Unix time
chat
ts
chat: Chat.ChannelChat;
Channel chat to which the message was originally sent
message_id
ts
message_id: number;
Unique message identifier inside the chat
author_signature
ts
author_signature?: string;
Signature of the original post author