简体   繁体   中英

Is it possible to insert animated emoji into the sending text using the Telegram Api?

Telegram has a premium subscription that allows you to write a message and add to the text (important, not separately, like stickers. but specifically to the text)? Is it possible to do something similar with the Telegram API?

I looked in the documentation and found only https://core.telegram.org/api/animated-emojis#emoji-reactions , there were animated reactions to messages, sending animated emoji like stickers, but not what I seem to need.

Animated emoji are a "premium" feature of Telegram and so far bots can't use them. The documentation that you linked is part of the "Telegram API", ie the API that user clients like your mobile Telegram app use. The documentation of the Telegram Bot API is here: https://core.telegram.org/bots/api . It does not indicate in any way that bots are able to use the emoji.

See also Telegram API Custom Emoji sending in message .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM