Interface UpdateSavedMessagesTags

Tags used in Saved Messages or a Saved Messages topic have changed. Subtype of Update.

interface UpdateSavedMessagesTags {
    @type: "updateSavedMessagesTags";
    saved_messages_topic_id: number;
    tags: SavedMessagesTags;
}

Properties

@type: "updateSavedMessagesTags"
saved_messages_topic_id: number

Identifier of Saved Messages topic which tags were changed; 0 if tags for the whole chat has changed.

The new tags.