Skip to content

channels.toggleForum

Layer 225

Constructor ID: 0x3ff75734
Returns: Updates

Parameters

NameTypeDescription
channelInputChannel
enabledbool
tabsbool

Example

go
result, err := client.Raw(&tg.ToggleForumRequest{
    channel: nil, // InputChannel
    enabled: false,
    tabs: false,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.