UpdateMessageBuilder

DSL builder for updating message labels. Supports replacing all labels or incrementally adding/removing.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard

fun addLabels(vararg labels: String)

Adds the given labels to the message's existing labels.

Link copied to clipboard

fun removeLabels(vararg labels: String)

Removes the given labels from the message's existing labels.