Layer 227
constructor
joinChatBotResultWebView#d6e3b813 url:string = JoinChatBotResult;

Parameters

Name Type Description
Url string

Gogram Example

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