Interface MessageWebAppDataReceived

Data from a Web App has been received; for bots only. Subtype of MessageContent.

interface MessageWebAppDataReceived {
    @type: "messageWebAppDataReceived";
    button_text: string;
    data: string;
}

Properties

@type: "messageWebAppDataReceived"
button_text: string

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

data: string

The data.