Interface GetPreparedInlineMessage

Saves an inline message to be sent by the given user. Request type for Tdjson#getPreparedInlineMessage.

interface GetPreparedInlineMessage {
    @type: "getPreparedInlineMessage";
    bot_user_id: number;
    prepared_message_id: string;
}

Properties

@type: "getPreparedInlineMessage"
bot_user_id: number

Identifier of the bot that created the message.

prepared_message_id: string

Identifier of the prepared message.