Layer 220
method Users
account.setMainProfileTab#5dee78b0 tab:ProfileTab = Bool;

Parameters

Name Type Description
Tab ProfileTab The tab to set as main tab.

Returns

Bool

Gogram Example

// AccountSetMainProfileTab - positional arguments
result, err := client.AccountSetMainProfileTab(&tg.ProfileTab{})
if err != nil {
    // handle error
}
// result is *tg.Bool