Interface SavePreparedInlineMessage

Saves an inline message to be sent by the given user; for bots only. Request type for Tdjson#savePreparedInlineMessage.

interface SavePreparedInlineMessage {
    @type: "savePreparedInlineMessage";
    chat_types: TargetChatTypes;
    result: InputInlineQueryResult;
    user_id: number;
}

Properties

@type: "savePreparedInlineMessage"
chat_types: TargetChatTypes

Types of the chats to which the message can be sent.

The description of the message.

user_id: number

Identifier of the user.