star-39 / moe-sticker-bot

A Telegram bot that imports LINE/kakao stickers or creates/manages new sticker set.
GNU General Public License v3.0
272 stars 31 forks source link

Bad Request: STICKERS_TOO_MUCH (400) #40

Open scribe-of-days opened 3 months ago

scribe-of-days commented 3 months ago

When importing emoji packs from places like LINE, they are often in sets of 250. It seems that there may be a hard limit on the number of emoji in a Telegram pack (200?)

It would be nice in edge-cases like this if the app were able to split origin sets into multiple emoji packs. As it stands the emoji pack does work, it just never will have the last ~50 emoji in it which isn’t ideal. And it doesn’t seem like there’s a way to manually create a pack with just the last 50 from a given link.

Just some ideas! Thanks for making such a cool and useful tool :)