Skip to content

Commit

Permalink
Merge pull request tinode#639 from YeongCheon/patch-1
Browse files Browse the repository at this point in the history
Update API.md
  • Loading branch information
or-else authored Apr 12, 2021
2 parents 91ae8af + 168ded9 commit 64ec859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ data: {
}
```

Data messages have a `seq` field which holds a sequential numeric ID generated by the server. The IDs are guaranteed to be unique within a topic. IDs start from 1 and sequentially increment with every successful `{pub}`](#pub) message received by the topic.
Data messages have a `seq` field which holds a sequential numeric ID generated by the server. The IDs are guaranteed to be unique within a topic. IDs start from 1 and sequentially increment with every successful [`{pub}`](#pub) message received by the topic.

See [Format of Content](#format-of-content) for `content` format considerations.

Expand Down

0 comments on commit 64ec859

Please sign in to comment.