GramIO API Reference / gramio/dist / TelegramMessageOriginChat
Interface: TelegramMessageOriginChat
Defined in: @gramio/types/out/objects.d.ts:1273
The message was originally sent on behalf of a chat to a group chat.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
author_signature? | string | Optional. For messages originally sent by an anonymous chat administrator, original message author signature | @gramio/types/out/objects.d.ts:1289 |
date | number | Date the message was sent originally in Unix time | @gramio/types/out/objects.d.ts:1281 |
sender_chat | TelegramChat | Chat that sent the message originally | @gramio/types/out/objects.d.ts:1285 |
type | "chat" | Type of the message origin, always “chat” | @gramio/types/out/objects.d.ts:1277 |