Skip to content

channels.getChannelRecommendations

Layer 225

Constructor ID: 0x25a71742
Returns: Chats

Parameters

NameTypeDescription
channelInputChannel (flags.0, optional)

Example

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

Released under the Apache-2.0 License.