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_changeStickerPosition_

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

Changes the absolute position of a sticker in the set to which it belongs; for bots only. The sticker set must have been created by the bot

Constructors

new
stickers_changeStickerPosition_(params: { sticker: enums.InputDocument; position: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
position: number

The new position of the sticker, zero-based

sticker: enums.InputDocument

The sticker

Static Properties

__F: (params: { sticker: enums.InputDocument; position: number; }) => enums.messages.StickerSet
readonly
[name]: string
readonly
[paramDesc]: ParamDesc