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

x/mtkruto/tl/2_types.ts>ChannelParticipantSelf_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class ChannelParticipantSelf_
import { ChannelParticipantSelf_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Myself

Constructors

new
ChannelParticipantSelf_(params: { via_request?: true; user_id: bigint; inviter_id: bigint; date: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
date: number

When did I join the channel/supergroup

inviter_id: bigint

User that invited me to the channel/supergroup

user_id: bigint

User ID

optional
via_request: true

Whether I joined upon specific approval of an admin

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc