mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-23 07:49:20 +01:00
add GiftsPremium stickerpack
This commit is contained in:
parent
d91b25e2c8
commit
e67b5fd28d
1 changed files with 10 additions and 2 deletions
|
@ -450,8 +450,16 @@ async def _fetch_and_track_mtproto(app, output_dir):
|
|||
'GetPremiumPromo': await app.invoke(functions.help.GetPremiumPromo()),
|
||||
}
|
||||
|
||||
sticker_set_short_names = {'EmojiAnimations', 'EmojiAroundAnimations', 'EmojiShortAnimations',
|
||||
'EmojiAppearAnimations', 'EmojiCenterAnimations', 'AnimatedEmojies', 'AnimatedEmoji'}
|
||||
sticker_set_short_names = {
|
||||
'EmojiAnimations',
|
||||
'EmojiAroundAnimations',
|
||||
'EmojiShortAnimations',
|
||||
'EmojiAppearAnimations',
|
||||
'EmojiCenterAnimations',
|
||||
'AnimatedEmojies',
|
||||
'AnimatedEmoji',
|
||||
'GiftsPremium',
|
||||
}
|
||||
|
||||
for short_name in sticker_set_short_names:
|
||||
sticker_set = await app.invoke(functions.messages.GetStickerSet(
|
||||
|
|
Loading…
Reference in a new issue