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

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

Constructors

new
ChannelsToggleUsername(params: { channel: types.TypeInputChannel; username: string; active: boolean; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
active: boolean
channel: types.TypeInputChannel
username: string

Static Properties

readonly
[paramDesc]: ParamDesc