mention topic pinning API

This commit is contained in:
or-else
2025-09-24 10:43:36 +03:00
parent 92774c3a58
commit a076901dbd
+2 -1
View File
@@ -486,7 +486,8 @@ private: {
arch: true, // boolean, indicator that the topic is archived by the user, i.e.
// should not be shown in the UI with other non-archived topics.
accepted: "JRWS", // string, 'given' mode accepted by the user.
priority: 1 // integer, indicates how high the topic should be shown in the list of topics, default 0.
tpins: ["grpmiKBkQVXnm3P", "usrIU_LOVwRNsc"] // array of topic IDs to pin to the top of
// the contacts list; 'me' topic only.
}
```