Skip to main content
Module

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

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

Properties

className: "ChatParticipantAdmin"
classType: "constructor"
CONSTRUCTOR_ID: 2694004571
date: int
inviterId: long
SUBCLASS_OF_ID: 2105307014
userId: long

Static Methods

fromReader(reader: Reader): ChatParticipantAdmin