1

I would like to get all emoji of a telegram sticker. I have checked out their bot api but it only gives me the main emoji and ignores the others.

For example for the first sticker of the Nekonyaaaa stickerpack, which has these ☺ emojis, I get only the emoji.

msrd0
  • 7,816
  • 9
  • 47
  • 82

1 Answers1

0

use getStickerSet function:

url: https://api.telegram.org/bot<token>/getStickerSet?name=Nekonyaaaa
  • This would not work the [sticker element](https://core.telegram.org/bots/api#sticker) does only have one main emoji. The others are not available. I think now that it is simple not possible to get all emojis using the bot api. – LuckyTurtleDev Nov 16 '22 at 18:23