Skip to main content
Module

x/grammy_files/deps.deno.ts>Api#setStickerKeywords

Handle and download received media files.
Latest
method Api.prototype.setStickerKeywords
import { Api } from "https://deno.land/x/grammy_files@v1.1.0/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