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

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

Add/remove sticker from recent stickers list

Constructors

new
messages_saveRecentSticker_(params: { attached?: true; id: enums.InputDocument; unsave: boolean; })

Properties

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

Whether to add/remove stickers recently attached to photo or video files

id: enums.InputDocument

Sticker

unsave: boolean

Whether to save or unsave the sticker

Static Properties

__F: (params: { attached?: true; id: enums.InputDocument; unsave: boolean; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc