Added StickerType enum

This commit is contained in:
Alex Root Junior 2022-11-23 20:35:29 +02:00
parent 00f89c57f6
commit 9d65238e43
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
6 changed files with 38 additions and 14 deletions

View file

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

View file

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