GramIO API Reference / gramio/dist / SavePreparedInlineMessageParams
Interface: SavePreparedInlineMessageParams
Defined in: @gramio/types/out/params.d.ts:3584
Params object for savePreparedInlineMessage method
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allow_bot_chats? | boolean | Pass True if the message can be sent to private chats with bots | @gramio/types/out/params.d.ts:3600 |
allow_channel_chats? | boolean | Pass True if the message can be sent to channel chats | @gramio/types/out/params.d.ts:3608 |
allow_group_chats? | boolean | Pass True if the message can be sent to group and supergroup chats | @gramio/types/out/params.d.ts:3604 |
allow_user_chats? | boolean | Pass True if the message can be sent to private chats with users | @gramio/types/out/params.d.ts:3596 |
result | TelegramInlineQueryResult | A JSON-serialized object describing the message to be sent | @gramio/types/out/params.d.ts:3592 |
user_id | number | Unique identifier of the target user that can use the prepared message | @gramio/types/out/params.d.ts:3588 |