最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Creating a Forum Topic In Telegram Super Group isn’t working - Stack Overflow

programmeradmin1浏览0评论

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

发布评论

评论列表(0)

  1. 暂无评论