Skip to main content
Module

x/mtkruto/mod.ts>functions.BotsSetBotInfo

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

Constructors

new
BotsSetBotInfo(params: { bot?: types.TypeInputUser; langCode: string; name?: string; about?: string; description?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
about: string
optional
bot: types.TypeInputUser
optional
description: string
langCode: string
optional
name: string

Static Properties

readonly
[paramDesc]: ParamDesc