mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
add Google in the name
This commit is contained in:
parent
4eb28df1ab
commit
b4f0a6d546
@ -442,7 +442,7 @@ def deprecated(warn: bool=False, alternative: Optional[Callable]=None):
|
||||
|
||||
|
||||
# Cloud helpers
|
||||
def webhook_functions(bot, request):
|
||||
def webhook_google_functions(bot, request):
|
||||
"""A webhook endpoint for Google Cloud Functions FaaS."""
|
||||
if request.is_json:
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user