We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fd7f9 commit a9a1c69Copy full SHA for a9a1c69
config.py
@@ -35,6 +35,7 @@ class Config:
35
SUBSCRIPTION_COST: int = 150 # 150 telegram stars a month
36
DEFAULT_USER_SPACE: int = 100_000 # 0.1 megabytes
37
PREMIUM_USER_SPACE: int = 10_000_000 # 10 megabytes
38
+ PAGE_LENGTH: int = 4 # amount of items in each page in /inbox
39
40
def __post_init__(self):
41
for key, val in self.__dict__.items():
0 commit comments