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

x/mtkruto/tl/3_functions.ts>bots_setBotBroadcastDefaultAdminRights_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class bots_setBotBroadcastDefaultAdminRights_
extends Function_<boolean>
import { bots_setBotBroadcastDefaultAdminRights_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Set the default suggested admin rights for bots being added as admins to channels, see here for more info on how to handle them ».

Constructors

new
bots_setBotBroadcastDefaultAdminRights_(params: { admin_rights: enums.ChatAdminRights; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
admin_rights: enums.ChatAdminRights

Admin rights

Static Properties

__F: (params: { admin_rights: enums.ChatAdminRights; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc