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

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

Suggests a short name for a given stickerpack name

Constructors

new
stickers_suggestShortName_(params: { title: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
title: string

Sticker pack name

Static Properties

__F: (params: { title: string; }) => enums.stickers.SuggestedShortName
readonly
[name]: string
readonly
[paramDesc]: ParamDesc