Clarify who can use methods in the documentation

This commit is contained in:
Lonami Exo
2018-12-03 16:17:37 +01:00
parent e4cfd964d5
commit 50b77d881d
5 changed files with 40 additions and 21 deletions

View File

@@ -1,3 +1,3 @@
from .errors import Error, parse_errors
from .methods import MethodInfo, parse_methods
from .methods import MethodInfo, Usability, parse_methods
from .tlobject import TLObject, parse_tl, find_layer