GramIO API Reference / gramio/dist / TelegramMessageOriginChannel
Interface: TelegramMessageOriginChannel
Defined in: @gramio/types/out/objects.d.ts:1297
The message was originally sent to a channel chat.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
author_signature? | string | Optional. Signature of the original post author | @gramio/types/out/objects.d.ts:1317 |
chat | TelegramChat | Channel chat to which the message was originally sent | @gramio/types/out/objects.d.ts:1309 |
date | number | Date the message was sent originally in Unix time | @gramio/types/out/objects.d.ts:1305 |
message_id | number | Unique message identifier inside the chat | @gramio/types/out/objects.d.ts:1313 |
type | "channel" | Type of the message origin, always “channel” | @gramio/types/out/objects.d.ts:1301 |