我已經使用Python 3.5中的Kik Api創建了代碼,但是當我嘗試獲取聊天ID時,我已經站穩了腳跟。我已經搜索過,但我不知道如何使用api找到發送消息的聊天ID。你如何獲得api的聊天ID?我的代碼在這裏:http://pastebin.com/LP8ahhhd如何獲得與Kik Api的聊天ID
0
A
回答
0
當您收到一條消息,它會是這個樣子
{
"messages": [
{
"chatId": "0ee6d46753bfa6ac2f089149959363f3f59ae62b10cba89cc426490ce38ea92d",
"id": "0115efde-e54b-43d5-873a-5fef7adc69fd",
"type": "text",
"from": "laura",
"participants": ["laura"],
"body": "omg r u real?",
"timestamp": 1439576628405,
"readReceiptRequested": true,
"mention": null
},
{
"chatId": "0ee6d46753bfa6ac2f089149959363f3f59ae62b10cba89cc426490ce38ea92d",
"id": "74ded818-1eb7-4266-91bc-c301c2f41fe3",
"type": "picture",
"from": "aleem",
"participants": ["aleem"],
"picUrl": "http://example.kik.com/apicture.jpg",
"timestamp": 1439576628405,
"readReceiptRequested": true,
"mention": null
}
]
}
你可以抓住適當chatId
收到您
chatId
0
如果我沒有弄錯,你發佈的代碼中有一個聊天ID字段?您需要使用該功能將消息發送回相同的對話。在這裏看到更多的信息:https://dev.kik.com/#/docs/messaging#sending-messages
相關問題
- 1. Kik的BOT框架得到Kik的聊天ID
- 2. 如何獲得Jabber的ID爲多用戶聊天尼克
- 3. 如何獲得XMPP聊天線程的線程ID?
- 4. 使用Skype API從電話ID獲取聊天ID
- 5. 在聊天室api中沒有得到所有聊天
- 6. Facebook聊天API
- 7. 如何獲得Magento的產品ID,而與REST API創建ID
- 8. Kik Api的Webhook?
- 9. 如何註銷QuickBlox API中的聊天
- 10. 彭博聊天API?
- 11. 與express.io聊天
- 12. 聊天與UITableViewCells
- 13. Facebook聊天API和表情
- 14. Android上使用嫌API與Facebook聊天
- 15. 協作者與Google Drive/Realtime API聊天
- 16. Smack API 4.1.2獲取聊天管理器
- 17. Kik API for android
- 18. 我如何獲得兩個聊天室的用戶控件?
- 19. 如何在你的頁面上獲得一個聊天窗口
- 20. 如何在電報中獲取聊天ID和文本?
- 21. 使用kik的API與紅寶石
- 22. YouTube API視頻聊天室
- 23. AJAX聊天,setInterval堆棧ID的
- 24. Facebook Objective-C聊天API
- 25. V2中的聊天API選項?
- 26. 啓用Instagram聊天API
- 27. XMPP聊天api超時
- 28. 如何獲得Vimeo視頻ID與JSON格式,如YouTube api
- 29. PHP的MySQL聊天自動加載不工作B/C不能得到得到聊天ID
- 30. 如何獲得Chatango聊天以在Android WebView中打開?