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>messages_editChatDefaultBannedRights_

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

Edit the default banned rights of a channel/supergroup/group.

Constructors

new
messages_editChatDefaultBannedRights_(params: { peer: enums.InputPeer; banned_rights: enums.ChatBannedRights; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
banned_rights: enums.ChatBannedRights

The new global rights

peer: enums.InputPeer

The peer

Static Properties

__F: (params: { peer: enums.InputPeer; banned_rights: enums.ChatBannedRights; }) => enums.Updates
readonly
[name]: string
readonly
[paramDesc]: ParamDesc