Skip to main content
Module

x/mtkruto/mod.ts>types.ChannelParticipantBanned

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.ChannelParticipantBanned
import { types } from "https://deno.land/x/mtkruto@0.0.996/mod.ts";
const { ChannelParticipantBanned } = types;

Constructors

new
ChannelParticipantBanned(params: { left?: true; peer: TypePeer; kickedBy: bigint; date: number; bannedRights: TypeChatBannedRights; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
bannedRights: TypeChatBannedRights
date: number
kickedBy: bigint
optional
left: true
peer: TypePeer

Static Properties

readonly
[paramDesc]: ParamDesc