GramIO API Reference / gramio/dist / SavePreparedKeyboardButtonParams
Interface: SavePreparedKeyboardButtonParams
Defined in: @gramio/types/out/params.d.ts:3361
Params object for savePreparedKeyboardButton method
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
button | TelegramKeyboardButton | A JSON-serialized object describing the button to be saved. The button must be of the type request_users, request_chat, or request_managed_bot | @gramio/types/out/params.d.ts:3369 |
user_id | number | Unique identifier of the target user that can use the button | @gramio/types/out/params.d.ts:3365 |