Skip to main content
Module

x/grammy/core/api.ts>Api#replaceStickerInSet

The Telegram Bot Framework.
Very Popular
Go to Latest
method Api.prototype.replaceStickerInSet
import { Api } from "https://deno.land/x/grammy@v1.22.4/core/api.ts";

Use this method to replace an existing sticker in a sticker set with a new one. The method is equivalent to calling deleteStickerFromSet, then addStickerToSet, then setStickerPositionInSet. Returns True on success.

Parameters

user_id: number

User identifier of the sticker set owner

name: string

Sticker set name

old_sticker: string

File identifier of the replaced sticker

sticker: InputSticker

An object with information about the added sticker. If exactly the same sticker had already been added to the set, then the set remains unchanged.:x

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

Official reference: https://core.telegram.org/bots/api#replacestickerinset