Layer 220
constructor

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: "...",
}