textDate
No description available.
type tg.TextDate struct { /* ... */ }
Implements RichText.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Relative | bool | — | Relative field of TextDate. |
ShortTime | bool | — | ShortTime field of TextDate. |
LongTime | bool | — | LongTime field of TextDate. |
ShortDate | bool | — | ShortDate field of TextDate. |
LongDate | bool | — | LongDate field of TextDate. |
DayOfWeek | bool | — | DayOfWeek field of TextDate. |
Text | RichTextClass | yes | Text field of TextDate. |
Date | int | yes | Date field of TextDate. |
References
- Official documentation
- Generated Go reference
- TL definition:
textDate#a5b45e2b