Skip to main content
Module

x/grm/mod.ts>tl.Api.ChannelParticipantSelf

MTProto API Client for Deno 🦕
Latest
class tl.Api.ChannelParticipantSelf
extends VirtualClass<{ viaRequest?: boolean; userId: long; inviterId: long; date: int; }>
import { tl } from "https://deno.land/x/grm@0.8.2/mod.ts";
const { ChannelParticipantSelf } = tl.Api;

Properties

className: "ChannelParticipantSelf"
classType: "constructor"
CONSTRUCTOR_ID: 900251559
date: int
inviterId: long
SUBCLASS_OF_ID: 3653762072
userId: long
optional
viaRequest: boolean