Bot

Create a thread

Creates a normal home or space thread using Inline's existing access rules.

post/bot{token}/createThread

Path parameters

tokenstring required

Required bot token included in the URL path.

Headers

authorizationstring

Optional bot token using the Bearer scheme. When supplied, it takes precedence over the token in the URL.

Request body

titlestring
emojistring
space_idinteger

A positive Inline space identifier

is_publicboolean
participantsUserId[]

Response

Successful normal or reply-thread creation response.

BotCreateThreadSuccess required— unresolved $ref

Changes