Layer 227
constructor
messageActionWebViewDataSent#b4c38cb5 text:string = MessageAction;

Parameters

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

Returns

MessageAction

Gogram Example

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