GramIO API Reference / gramio/dist / TelegramChecklistTask
Interface: TelegramChecklistTask
Defined in: @gramio/types/out/objects.d.ts:1899
Describes a task in a checklist.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
completed_by_chat? | TelegramChat | Optional. Chat that completed the task; omitted if the task wasn't completed by a chat | @gramio/types/out/objects.d.ts:1919 |
completed_by_user? | TelegramUser | Optional. User that completed the task; omitted if the task wasn't completed by a user | @gramio/types/out/objects.d.ts:1915 |
completion_date? | number | Optional. Point in time (Unix timestamp) when the task was completed; 0 if the task wasn't completed | @gramio/types/out/objects.d.ts:1923 |
id | number | Unique identifier of the task | @gramio/types/out/objects.d.ts:1903 |
text | string | Text of the task | @gramio/types/out/objects.d.ts:1907 |
text_entities? | TelegramMessageEntity[] | Optional. Special entities that appear in the task text | @gramio/types/out/objects.d.ts:1911 |