Skip to main content
Module

x/grammy_conversations/deps.deno.ts>Api#setStickerSetTitle

Conversational interfaces for grammY.
Latest
method Api.prototype.setStickerSetTitle
import { Api } from "https://deno.land/x/grammy_conversations@v1.2.0/deps.deno.ts";

Use this method to set the title of a created sticker set. Returns True on success.

Parameters

name: string

Sticker set name

title: string

Sticker set title, 1-64 characters

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

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