GramIO API Reference / gramio/dist / SavePreparedInlineMessageParams
Interface: SavePreparedInlineMessageParams
Defined in: @gramio/types/out/params.d.ts:3963
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:3979 |
allow_channel_chats? | boolean | Pass True if the message can be sent to channel chats | @gramio/types/out/params.d.ts:3987 |
allow_group_chats? | boolean | Pass True if the message can be sent to group and supergroup chats | @gramio/types/out/params.d.ts:3983 |
allow_user_chats? | boolean | Pass True if the message can be sent to private chats with users | @gramio/types/out/params.d.ts:3975 |
result | TelegramInlineQueryResult | A JSON-serialized object describing the message to be sent | @gramio/types/out/params.d.ts:3971 |
user_id | number | Unique identifier of the target user that can use the prepared message | @gramio/types/out/params.d.ts:3967 |