1
0
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:
Florent Gallaire 2021-08-25 14:17:25 +02:00
parent 4eb28df1ab
commit b4f0a6d546

View File

@ -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: