Bot

Create a reply thread

Creates or returns the reply thread anchored to one message.

post/bot{token}/createReplyThread

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

chat_idinteger required

A positive Inline chat identifier

message_idinteger required

A positive Inline message identifier

titlestring
emojistring
participantsUserId[]

Response

Successful normal or reply-thread creation response.

BotCreateThreadSuccess required— unresolved $ref

Changes