Skip to content

GramIO API Reference / gramio/dist / SavePreparedInlineMessageParams

Interface: SavePreparedInlineMessageParams

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

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:3979
allow_channel_chats?booleanPass True if the message can be sent to channel chats@gramio/types/out/params.d.ts:3987
allow_group_chats?booleanPass True if the message can be sent to group and supergroup chats@gramio/types/out/params.d.ts:3983
allow_user_chats?booleanPass True if the message can be sent to private chats with users@gramio/types/out/params.d.ts:3975
resultTelegramInlineQueryResultA JSON-serialized object describing the message to be sent@gramio/types/out/params.d.ts:3971
user_idnumberUnique identifier of the target user that can use the prepared message@gramio/types/out/params.d.ts:3967