Skip to main content
Module

x/mtkruto/mod.ts>types.RequestPeerTypeChat

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

Constructors

new
RequestPeerTypeChat(params?: { creator?: true; botParticipant?: true; hasUsername?: boolean; forum?: boolean; userAdminRights?: TypeChatAdminRights; botAdminRights?: TypeChatAdminRights; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
botAdminRights: TypeChatAdminRights
optional
botParticipant: true
optional
creator: true
optional
forum: boolean
optional
hasUsername: boolean
optional
userAdminRights: TypeChatAdminRights

Static Properties

readonly
[paramDesc]: ParamDesc