Interface SentWebAppMessage

Information about the message sent by answerWebAppQuery.

interface SentWebAppMessage {
    @type: "sentWebAppMessage";
    inline_message_id: string;
}

Properties

@type: "sentWebAppMessage"
inline_message_id: string

Identifier of the sent inline message, if known.