Skip to content

Commit 6a349be

Browse files
Update asyncio_handler_backends.py
1 parent 7027823 commit 6a349be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

telebot/asyncio_handler_backends.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ def __init_subclass__(cls) -> None:
8787
def state_list(self):
8888
return self._state_list
8989

90+
@classmethod
91+
def all_states(cls):
92+
return cls._state_list
93+
9094

9195
class SkipHandler:
9296
"""

0 commit comments

Comments
 (0)