Skip to main content
Module

x/grm/mod.ts>Api.ChannelParticipantSelf

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

Properties

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