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_getParticipant_

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

Get info about a channel/supergroup participant

Constructors

new
channels_getParticipant_(params: { channel: enums.InputChannel; participant: enums.InputPeer; })

Properties

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

Channel/supergroup

participant: enums.InputPeer

Participant to get info about

Static Properties

__F: (params: { channel: enums.InputChannel; participant: enums.InputPeer; }) => enums.channels.ChannelParticipant
readonly
[name]: string
readonly
[paramDesc]: ParamDesc