mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add PageSelectionLocation
This commit is contained in:
parent
8db8f70113
commit
691b66a513
1 changed files with 7 additions and 0 deletions
7
aiogram/types/page_selection_location.py
Normal file
7
aiogram/types/page_selection_location.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from enum import Enum
|
||||
|
||||
|
||||
class PageSelectionLocation(Enum):
|
||||
TOP = 'top'
|
||||
BOTTOM = 'bottom'
|
||||
TOP_AND_BOTTOM = 'top_and_bottom'
|
||||
Loading…
Add table
Add a link
Reference in a new issue