Interface UpdateDirectMessagesChatTopic

Basic information about a topic in a channel direct messages chat administered by the current user has changed. This update is guaranteed to come before the topic identifier is returned to the application. Subtype of Update.

interface UpdateDirectMessagesChatTopic {
    @type: "updateDirectMessagesChatTopic";
    topic: DirectMessagesChatTopic;
}

Properties

Properties

@type: "updateDirectMessagesChatTopic"

New data about the topic.