Get all annotations for a given message (as a paginated result)
The message to get annotations for.
Restrictions on which annotations to get (in particular a limit)
Get all annotations for a given message (as a paginated result) (alternative form where you only have the serial of the message, not a complete Message object)
The serial
of the message to get annotations for.
Restrictions on which annotations to get (in particular a limit)
Publish a new annotation for a message.
The message to annotate.
The annotation to publish. (Must include at least the type
.
Assumed to be an annotation.create if no action is specified)
Publish a new annotation for a message (alternative form where you only have the serial of the message, not a complete Message object)
The serial field of the message to annotate.
The annotation to publish. (Must include at least the type
.
Assumed to be an annotation.create if no action is specified)
Generated using TypeDoc
Functionality for annotating messages with small pieces of data, such as emoji reactions, that the server will roll up into the message as a summary.