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

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

Activate or deactivate a purchased fragment.com username associated to the currently logged-in user.

Constructors

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

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
active: boolean

Whether to activate or deactivate it

username: string

Username

Static Properties

__F: (params: { username: string; active: boolean; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc