Interface MessageTopicThread

Describes a topic of messages in a chat. Subtype of MessageTopic.

interface MessageTopicThread {
    @type: "messageTopicThread";
    message_thread_id: number;
}

Properties

@type: "messageTopicThread"
message_thread_id: number

Unique identifier of the message thread.