Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.ChannelParticipantBanned
extends VirtualClass<{ left?: boolean; peer: Api.TypePeer; kickedBy: long; date: int; bannedRights: Api.TypeChatBannedRights; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { ChannelParticipantBanned } = tl.Api;

Properties

bannedRights: Api.TypeChatBannedRights
className: "ChannelParticipantBanned"
classType: "constructor"
CONSTRUCTOR_ID: 1844969806
date: int
kickedBy: long
optional
left: boolean
peer: Api.TypePeer
SUBCLASS_OF_ID: 3653762072

Static Methods

fromReader(reader: Reader): ChannelParticipantBanned