GramIO API Reference / gramio/dist / TelegramMessageOriginUser
Interface: TelegramMessageOriginUser
Defined in: @gramio/types/out/objects.d.ts:1233
The message was originally sent by a known user.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
date | number | Date the message was sent originally in Unix time | @gramio/types/out/objects.d.ts:1241 |
sender_user | TelegramUser | User that sent the message originally | @gramio/types/out/objects.d.ts:1245 |
type | "user" | Type of the message origin, always “user” | @gramio/types/out/objects.d.ts:1237 |