Skip to main content
Module

x/mtkruto/mod.ts>types.RequestPeerTypeBroadcast

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

Constructors

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

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc