Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simonx22/Google-Assistant-for-Telegram
/ functions
Functions
9 in github.com/Simonx22/Google-Assistant-for-Telegram
⨍
Functions
9
◇
Types & classes
1
↳
Endpoints
1
↓ 2 callers
Method
assist
Send a text request to the Assistant and playback the response.
telegramassistant.py:85
↓ 1 callers
Function
main
(api_endpoint, credentials_path, lang, verbose, grpc_deadline, *args, **kwargs)
telegramassistant.py:180
Method
__enter__
(self)
telegramassistant.py:78
Method
__exit__
(self, etype, e, traceback)
telegramassistant.py:81
Method
__init__
(self, language_code, device_model_id, device_id, channel, deadline_sec)
telegramassistant.py:67
Function
assist
(bot, update)
telegramassistant.py:123
Method
iter_assist_requests
()
telegramassistant.py:87
Function
log_assist_request_without_audio
Log AssistRequest fields without audio data.
assistant_helpers.py:22
Function
log_assist_response_without_audio
Log AssistResponse fields without audio data.
assistant_helpers.py:36