似乎在初始配置POST请求后我无法更改任何属性(webhook和功能),更改这些属性的方法是什么?这是一个临时的错误吗? :)
{
"webhook": "http://example.com/api/kik",
"features": {}
}
我得到了什么
{
"webhook": "http://example.com/incoming",
"features": {
"receiveReadReceipts": false,
"receiveIsTyping": false,
"manuallySendReadReceipts": false,
"receiveDeliveryReceipts": false
}
}
答案 0 :(得分:2)
python库有一个set_configuration
函数,如果使用仅带有webhook集的Config对象调用,则会设置webhook。请参阅http://kik.readthedocs.org/en/latest/user.html#configuration,虽然现在这些文档中存在错误,但秒函数为set_configuration
如果您不使用该库,可以告诉我您正在使用的代码。删除你的bot-name和api-key