Added StickerFormat enum

This commit is contained in:
Alex Root Junior 2023-03-09 00:51:10 +02:00
parent 9d30a8f48c
commit c7af01c70d
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
5 changed files with 35 additions and 0 deletions

View file

@ -21,6 +21,7 @@ Here is list of all available enums:
message_entity_type
parse_mode
poll_type
sticker_format
sticker_type
topic_icon_color
update_type

View file

@ -0,0 +1,9 @@
#############
StickerFormat
#############
.. automodule:: aiogram.enums.sticker_format
:members:
:member-order: bysource
:undoc-members: True