Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method Api.prototype.setStickerKeywords
import { Api } from "https://deno.land/x/grammy_emoji@v0.8.13/deps.deno.ts";

Use this method to change search keywords assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. Returns True on success.

Parameters

sticker: string

File identifier of the sticker

keywords: string[]

A list of 0-20 search keywords for the sticker with total length of up to 64 characters

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

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