send_checklist()¶
- Client.send_checklist()
Send a checklist (todo list) message. Bot API alias for
send_todo().- Parameters:
chat_id (
int|str) – Target chat.title (
str) – Checklist title.tasks (List of
InputTodoTask) – List of checklist items.parse_mode – Parse mode for text entities.
can_append (
bool, optional) – Allow others to add items.can_complete (
bool, optional) – Allow others to complete items.reply_to_message_id (
int, optional) – Reply to message ID.schedule_date – Schedule date.
protect_content (
bool, optional) – Protect content.message_thread_id (
int, optional) – Thread ID.business_connection_id (
str, optional) – Business connection ID.
- Returns:
Message– On success, the sent message is returned.