Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grammy/mod.ts>Context#setUserEmojiStatus

The Telegram Bot Framework.
Very Popular
Latest
method Context.prototype.setUserEmojiStatus
Re-export
import { Context } from "https://deno.land/x/grammy@v1.32.0/mod.ts";

Contex-aware alias for api.serUserEmojiStatus. Changes the emoji status for a given user that previously allowed the bot to manage their emoji status via the Mini App method requestEmojiStatusAccess. Returns True on success.

Parameters

optional
other: Other<"setUserEmojiStatus", "user_id">

Optional remaining parameters, confer the official reference below

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

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