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

Parameters

Name Type Description
Url string

Gogram Example

// Creating JoinChatBotResultWebView constructor
obj := &tg.JoinChatBotResultWebView{
    Url: "https://example.com",
}