Example #1
0
def webhook(request):
    b = Bot(settings.TELEGRAM_BOT_TOKEN)
    return HttpResponse(b.webhook(request))