Skip to content

editMessageChecklist

Returns Message

Use this method to edit a checklist on behalf of a connected business account.

Required: business_connection_id, chat_id, message_id, checklist · Optional: 1 parameters

Try it
Token saved
Response

TypeScript example · @effect-ak/tg-bot-client
import { makeTgBotClient } from "@effect-ak/tg-bot-client"
const client = makeTgBotClient({ bot_token: "YOUR_BOT_TOKEN" })
const result = await client.execute("edit_message_checklist", {
business_connection_id: "...",
chat_id: "YOUR_CHAT_ID",
message_id: 0,
checklist: { /* InputChecklist */ }
})

Parameters

business_connection_id string Required
Unique identifier of the business connection on behalf of which the message will be sent.

chat_id number Required
Unique identifier for the target chat.

message_id number Required
Unique identifier for the target message.

checklist InputChecklist Required
A JSON-serialized object for the new checklist.

reply_markup InlineKeyboardMarkup
A JSON-serialized object for the new inline keyboard for the message.

editChatInviteLink · editChatSubscriptionInviteLink · editForumTopic · editGeneralForumTopic · editMessageCaption · editMessageLiveLocation · editMessageMedia · editMessageReplyMarkup · editMessageText · editStory · editUserStarSubscription