Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>channels_getChannelRecommendations_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class channels_getChannelRecommendations_
extends Function_<enums.messages.Chats>
import { channels_getChannelRecommendations_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Obtain a list of similarly themed public channels, selected based on similarities in their subscriber bases.

Constructors

new
channels_getChannelRecommendations_(params: { channel: enums.InputChannel; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
channel: enums.InputChannel

The method will return channels related to the passed channel.

Static Properties

__F: (params: { channel: enums.InputChannel; }) => enums.messages.Chats
readonly
[name]: string
readonly
[paramDesc]: ParamDesc