GramIO API Reference / gramio/dist / TelegramRichTextDateTime
Interface: TelegramRichTextDateTime
Defined in: @gramio/types/out/objects.d.ts:7357
Formatted date and time.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
date_time_format | string | The string that defines the formatting of the date and time. See date-time entity formatting for more details. | @gramio/types/out/objects.d.ts:7373 |
text | TelegramRichText | The text | @gramio/types/out/objects.d.ts:7365 |
type | "date_time" | Type of the rich text, always “date_time” | @gramio/types/out/objects.d.ts:7361 |
unix_time | number | The Unix time associated with the entity | @gramio/types/out/objects.d.ts:7369 |