Skip to content

GramIO API Reference / gramio/dist / TelegramChecklistTask

Interface: TelegramChecklistTask

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

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:1979
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:1975
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:1983
idnumberUnique identifier of the task@gramio/types/out/objects.d.ts:1963
textstringText of the task@gramio/types/out/objects.d.ts:1967
text_entities?TelegramMessageEntity[]Optional. Special entities that appear in the task text@gramio/types/out/objects.d.ts:1971