admin管理员组文章数量:1353223
I try to create a Forum Topic in a Telegram Super Group using the Telegram API. To do this, I'm using Make as my integration platform. However, I keep getting the same error: [400] Bad Request: title must be non-empty
The problem is: I give a title in the API call that is not empty. So I am not sure how I can fix this.
Here is a quick video explaining the issue: .webm
Documentation on the API call: .createForumTopic
Input bundles:
[
{
"qs": [],
"body": "{\n\"channel\":\"-1002596210851\",\n\"title\":\"Test!\",\n\"chat_id\":\"-1002596210851\"\n}",
"method": "POST",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "mapped_body",
"urlMethod": "createForumTopic"
}
]
Output bundles:
[
null
]
Any help is greatly appreciated!
Kind Regards,
Joren
本文标签: Creating a Forum Topic In Telegram Super Group isn’t workingStack Overflow
版权声明:本文标题:Creating a Forum Topic In Telegram Super Group isn’t working - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743891434a2556990.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论