Skip to main content
Module

x/grammy/mod.ts>Api#setStickerKeywords

The Telegram Bot Framework.
Very Popular
Latest
method Api.prototype.setStickerKeywords
import { Api } from "https://deno.land/x/grammy@v1.22.4/mod.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