Layer 224
constructor
messageActionWebViewDataSentMe#47dd8079 text:string data:string = MessageAction;

Parameters

Name Type Description
Text string Text of the keyboard Button Simple Web View that was pressed to open the web app.
Data string Relayed data.

Returns

MessageAction

Gogram Example

// Creating MessageActionWebViewDataSentMe constructor
obj := &tg.MessageActionWebViewDataSentMe{
    Text: "Hello, World!",
    Data: "Hello, World!",
}