Skip to content

GramIO API Reference / gramio/dist / TelegramChecklistTask

Interface: TelegramChecklistTask

Defined in: @gramio/types/out/objects.d.ts:1899

Describes a task in a checklist.

Documentation

Properties

PropertyTypeDescriptionDefined in
completed_by_chat?TelegramChatOptional. 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?TelegramUserOptional. User that completed the task; omitted if the task wasn't completed by a user@gramio/types/out/objects.d.ts:1915
completion_date?numberOptional. Point in time (Unix timestamp) when the task was completed; 0 if the task wasn't completed@gramio/types/out/objects.d.ts:1923
idnumberUnique identifier of the task@gramio/types/out/objects.d.ts:1903
textstringText 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