-
-
Notifications
You must be signed in to change notification settings - Fork 477
Open
Milestone
Description
Line: 629
Lines 626 to 636 in 08af163
StickerFormatType.lottie: "json", | |
StickerFormatType.gif: "gif", | |
} | |
# TODO: Improve handling of unknown sticker format types if possible | |
return lookup.get(self, "png") | |
class InviteTarget(Enum): | |
"""Invite target""" | |
unknown = 0 |