Bot

Create a reply thread

Creates or returns the reply thread anchored to one message.

post/bot/createReplyThread

Headers

authorizationstring required

Required bot token using the Bearer scheme.

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