Skip to content

channels.setMainProfileTab

Layer 225

Constructor ID: 0x3583fcb1
Returns: Bool

Parameters

NameTypeDescription
channelInputChannel
tabProfileTab

Example

go
result, err := client.Raw(&tg.SetMainProfileTabRequest{
    channel: nil, // InputChannel
    tab: nil, // ProfileTab
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.