mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added StickerType enum
This commit is contained in:
parent
00f89c57f6
commit
9d65238e43
6 changed files with 38 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
9
docs/api/enums/sticker_type.rst
Normal file
9
docs/api/enums/sticker_type.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
###########
|
||||
StickerType
|
||||
###########
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.sticker_type
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
Loading…
Add table
Add a link
Reference in a new issue