Skip to main content
Module

x/mtkruto/mod.ts>functions.AccountToggleUsername

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.AccountToggleUsername
extends Function<boolean>
import { functions } from "https://deno.land/x/mtkruto@0.0.835/mod.ts";
const { AccountToggleUsername } = functions;

Constructors

new
AccountToggleUsername(params: { username: string; active: boolean; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
active: boolean
username: string

Static Properties

readonly
[paramDesc]: ParamDesc