Interface MessageWebAppDataSent

Data from a Web App has been sent to a bot. Subtype of MessageContent.

interface MessageWebAppDataSent {
    @type: "messageWebAppDataSent";
    button_text: string;
}

Properties

Properties

@type: "messageWebAppDataSent"
button_text: string

Text of the keyboardButtonTypeWebApp button, which opened the Web App.