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

x/mtkruto/tl/2_types.ts>Username_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class Username_
extends _Username_
import { Username_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Contains information about a username.

Constructors

new
Username_(params: { editable?: true; active?: true; username: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
active: true

Whether the username is active.

optional
editable: true

Whether the username is editable, meaning it wasn't bought on fragment.

username: string

The username.

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc