Skip to content

channels.getChannels

Layer 225

Constructor ID: 0x0a7f6bbb
Returns: Chats

Parameters

NameTypeDescription
id[]InputChannel

Example

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

Released under the Apache-2.0 License.