-
Notifications
You must be signed in to change notification settings - Fork 1
feat: ✨ add unknown sticker format type to StickerFormatType enum #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
this should probably just use |
Yeah that makes sense |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
57fe250
to
bfd6d0b
Compare
This already uses try_enum wherever needed, I changed from png to None because it is better representative in my opinion |
i dont really get why we should use None instead of unknow. Its not really clear imo to have None as a format type |
So it's not the format type, it's the file extension. The format type will always be an integer, and if that integer exists in the enum it will be made into the enum with try_enum |
…12.11 (#93) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Documentation build overview
Show files changed (1 files in total): 📝 1 modified | ➕ 0 added | ➖ 0 deleted
|
fixes: #16