channels.setMainProfileTab
Layer 225
Constructor ID: 0x3583fcb1
Returns: Bool
Parameters
| Name | Type | Description |
|---|---|---|
channel | InputChannel | |
tab | ProfileTab |
Example
go
result, err := client.Raw(&tg.SetMainProfileTabRequest{
channel: nil, // InputChannel
tab: nil, // ProfileTab
})
if err != nil {
panic(err)
}
print(result)