channels.getChannelRecommendations
Layer 225
Constructor ID: 0x25a71742
Returns: Chats
Parameters
| Name | Type | Description |
|---|---|---|
channel | InputChannel (flags.0, optional) |
Example
go
result, err := client.Raw(&tg.GetChannelRecommendationsRequest{
channel: nil, // InputChannel
})
if err != nil {
panic(err)
}
print(result)