Added Telegram integration

This commit is contained in:
Fabio Manganiello 2020-01-01 15:40:42 +01:00
parent 5948784677
commit 753694a865
12 changed files with 1229 additions and 28 deletions
docs/source

View file

@ -231,6 +231,8 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'PyOBEX',
'todoist',
'trello',
'telegram',
'telegram.ext',
]
sys.path.insert(0, os.path.abspath('../..'))