Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions textile/api-docstrings.md
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ Enumerates the possible types of `Message` there can be.
| MESSAGE_DELETE | TM5 | A deletion of a previously-published message (referenced by `serial`). |
| META | TM5 | A meta-message (a message originating from ably rather than being explicitly published on a channel), containing information such as inband channel occupancy events that has been requested by channel param. |
| MESSAGE_SUMMARY | TM5 | A message containing the latest rolled-up summary of annotations that have been made to this message. |
| MESSAGE_APPEND | TM5 | Message action for an appended message. The `serial` field identifies the message to which data is being appended. The `data` field is appended to the previous message's data, while all other fields replace the previous values. |

## class RestAnnotations

Expand Down
Loading