mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Merge pull request #1640 from coder2020official/master
Updated all docstrings / typehints in __init__.py(visual)
This commit is contained in:
commit
7c12162576
2983
telebot/__init__.py
2983
telebot/__init__.py
File diff suppressed because it is too large
Load Diff
@ -180,6 +180,7 @@ class BaseMiddleware:
|
|||||||
so on. Same applies to post_process.
|
so on. Same applies to post_process.
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
class MyMiddleware(BaseMiddleware):
|
class MyMiddleware(BaseMiddleware):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.update_sensitive = True
|
self.update_sensitive = True
|
||||||
|
Loading…
Reference in New Issue
Block a user