Skip to main content
Version: v2

ThreadChatMetadata

Contains information about the thread

parentChatIdstringrequired

ChatId of the parent chat where the parent message is located

Example: w:aIQffAsGia
parentMessageIdstringrequired

MessageId of the parent message the thread belongs to

Example: bIQffAsGia
ThreadChatMetadata
{
"parentChatId": "w:aIQffAsGia",
"parentMessageId": "bIQffAsGia"
}