Skip to content

GramIO API Reference / gramio/dist / SavePreparedInlineMessageParams

Interface: SavePreparedInlineMessageParams

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

Params object for savePreparedInlineMessage method

Properties

PropertyTypeDescriptionDefined in
allow_bot_chats?booleanPass True if the message can be sent to private chats with bots@gramio/types/out/params.d.ts:3347
allow_channel_chats?booleanPass True if the message can be sent to channel chats@gramio/types/out/params.d.ts:3355
allow_group_chats?booleanPass True if the message can be sent to group and supergroup chats@gramio/types/out/params.d.ts:3351
allow_user_chats?booleanPass True if the message can be sent to private chats with users@gramio/types/out/params.d.ts:3343
resultTelegramInlineQueryResultA JSON-serialized object describing the message to be sent@gramio/types/out/params.d.ts:3339
user_idnumberUnique identifier of the target user that can use the prepared message@gramio/types/out/params.d.ts:3335