GramIO API Reference / gramio/dist / StopPollParams
Interface: StopPollParams
Defined in: gramio/node_modules/@gramio/types/out/params.d.ts:3503
Params object for stopPoll method
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
business_connection_id? | string | Unique identifier of the business connection on behalf of which the message to be edited was sent | gramio/node_modules/@gramio/types/out/params.d.ts:3507 |
chat_id | string | number | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | gramio/node_modules/@gramio/types/out/params.d.ts:3511 |
message_id | number | Identifier of the original message with the poll | gramio/node_modules/@gramio/types/out/params.d.ts:3515 |
reply_markup? | TelegramInlineKeyboardMarkup | { toJSON: TelegramInlineKeyboardMarkup; } | A JSON-serialized object for a new message inline keyboard. | gramio/node_modules/@gramio/types/out/params.d.ts:3519 |