Raw.channels.GetChannelRecommendations
Obtain a list of similarly themed public channels, selected based on similarities in their subscriber bases.
channels.getChannelRecommendations#25a71742 flags:# channel:flags.0?InputChannel = messages.Chats;
export namespace Raw {
export namespace channels {
export class GetChannelRecommendations {
constructor(params: { channel?: Raw.TypeInputChannel }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x25a71742
Property
channel
: Raw.TypeInputChannel or undefinedThe method will return channels related to the passed channel. if not set, the method will returns channels related to channels the user has joined.