Skip to content

channels.getInactiveChannels

Layer 225

Constructor ID: 0x11e831ee
Returns: InactiveChats

Example

go
result, err := client.Raw(&tg.GetInactiveChannelsRequest{
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.