Interface MessageTopicDirectMessages

A topic in a channel direct messages chat administered by the current user. Subtype of MessageTopic.

interface MessageTopicDirectMessages {
    @type: "messageTopicDirectMessages";
    direct_messages_chat_topic_id: number;
}

Properties

@type: "messageTopicDirectMessages"
direct_messages_chat_topic_id: number

Unique identifier of the topic.