zeroone2numeral2 / sticker-thief

Telegram bot to build custom sticker packs
https://t.me/stickersthiefbot
MIT License
68 stars 42 forks source link

Fetching all sticker emojis when adding a stciker to a pack #23

Closed zeroone2numeral2 closed 4 years ago

zeroone2numeral2 commented 4 years ago

This needs Pyrogram to work, as we need to fetch a stciker's pack to figure out all its emojis, and this is something we can do through the raw API only.

Work can be tracked from branch sticker-emojis


Things to do:

zeroone2numeral2 commented 4 years ago

Just realized that the methods to create a set and to add stickers to an existing set, despite requiring some "emojis" (stress on the "s"), actually care only about the first one and will ignore all the other. Fuck.

zeroone2numeral2 commented 4 years ago

Of course, still no answer from the bot support

Edit: fixed