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

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

Reorder usernames associated to a bot we own.

Constructors

new
bots_reorderUsernames_(params: { bot: enums.InputUser; order: Array<string>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
bot: enums.InputUser

The bot

order: Array<string>

The new order for active usernames. All active usernames must be specified.

Static Properties

__F: (params: { bot: enums.InputUser; order: Array<string>; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc