Interface UpdateSavedMessagesTopic

Basic information about a Saved Messages topic has changed. This update is guaranteed to come before the topic identifier is returned to the application. Subtype of Update.

interface UpdateSavedMessagesTopic {
    @type: "updateSavedMessagesTopic";
    topic: SavedMessagesTopic;
}

Properties

Properties

@type: "updateSavedMessagesTopic"

New data about the topic.