Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/mod.ts>types.RequestPeerTypeBroadcast

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.RequestPeerTypeBroadcast
extends _TypeRequestPeerType
import { types } from "https://deno.land/x/mtkruto@0.1.102/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