Rewrite Bot classes. Add moooooore pydocs.

This commit is contained in:
Alex Root Junior 2017-07-24 21:46:43 +03:00
parent a6e90655bc
commit ffbb89100c
5 changed files with 2030 additions and 967 deletions

View file

@ -47,7 +47,10 @@ from .video_note import VideoNote
from .voice import Voice
from .webhook_info import WebhookInfo
from . import base
__all__ = [
'base',
'Animation',
'Audio',
'CallbackQuery',