Add docstrings for "token" parameter

This commit is contained in:
Dan 2018-03-17 19:05:18 +01:00
parent 6c20661686
commit 600e705d51

View File

@ -88,6 +88,10 @@ class Client:
Only applicable for new sessions and will be ignored in case previously Only applicable for new sessions and will be ignored in case previously
created sessions are loaded. created sessions are loaded.
token (:obj:`str`, optional):
Pass your Bot API token to log-in as Bot.
E.g.: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
phone_number (:obj:`str`, optional): phone_number (:obj:`str`, optional):
Pass your phone number (with your Country Code prefix included) to avoid Pass your phone number (with your Country Code prefix included) to avoid
entering it manually. Only applicable for new sessions. entering it manually. Only applicable for new sessions.