Interface SentWebAppMessage

Describes an inline message sent by a Web App on behalf of a user.

interface SentWebAppMessage {
    inline_message_id: string;
}

Properties

inline_message_id: string

Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message.