Skip to content

GramIO API Reference / gramio/dist / StopPollParams

Interface: StopPollParams

Defined in: @gramio/types/out/params.d.ts:3888

Params object for stopPoll method

Properties

PropertyTypeDescriptionDefined in
business_connection_id?stringUnique identifier of the business connection on behalf of which the message to be edited was sent@gramio/types/out/params.d.ts:3892
chat_idstring | numberUnique identifier for the target chat or username of the target bot, supergroup or channel in the format @username@gramio/types/out/params.d.ts:3896
message_idnumberIdentifier of the original message with the poll@gramio/types/out/params.d.ts:3900
reply_markup?TelegramInlineKeyboardMarkup | { toJSON: TelegramInlineKeyboardMarkup; }A JSON-serialized object for a new message inline keyboard@gramio/types/out/params.d.ts:3904