Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.ChatParticipantsForbidden
extends VirtualClass<{ chatId: long; selfParticipant?: Api.TypeChatParticipant; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { ChatParticipantsForbidden } = tl.Api;

Properties

chatId: long
className: "ChatParticipantsForbidden"
classType: "constructor"
CONSTRUCTOR_ID: 2271466465
optional
selfParticipant: Api.TypeChatParticipant
SUBCLASS_OF_ID: 531142001

Static Methods

fromReader(reader: Reader): ChatParticipantsForbidden