Skip to main content
Module

x/mtkruto/mod.ts>functions.BotsToggleUsername

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

Constructors

new
BotsToggleUsername(params: { bot: types.TypeInputUser; username: string; active: boolean; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc