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.5.2/src/mod.ts";
const { ChannelParticipantBanned } = tl.Api;
Properties
bannedRights: Api.TypeChatBannedRights
peer: Api.TypePeer
Static Methods
fromReader(reader: Reader): ChannelParticipantBanned