File size: 678 Bytes
f2e1f49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
POST http://localhost:8000/ai-test HTTP/1.1
Content-Type: application/json
X-Telegram-Bot-Api-Secret-Token: {{$dotenv TELEGRAM_WEBHOOK_SECRET}}

{
    "message": "confirm then tell me how much that he has in his account",
    "telegram_id": 12
}
###
GET https://codeboker-customer-service.hf.space/ai-test HTTP/1.1

###
POST https://codeboker-customer-service.hf.space/webhook HTTP/1.1
Content-Type: application/json
X-Telegram-Bot-Api-Secret-Token: {{$dotenv TELEGRAM_WEBHOOK_SECRET}}

{
    "message": {
        "chat": {"id": 123},
        "text": "السلام عليكم وؤحمة الله اريد ان استعلم عنلاالخدمات الالكترونية"
    }
}