MessageComponents

Describes the components of a notification message.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A complete summary with all possible relevant information.

Link copied to clipboard

A list of properties in key-value pairs. Pairs are shown in order of importance from most important to least important. Channels may limit the number of dimensions shown to the notification viewer.

Link copied to clipboard

A sentence long summary. For example, titles or an email subject line.

Link copied to clipboard

A paragraph long or multiple sentence summary. For example, Chatbot notifications.

Functions

Link copied to clipboard
inline fun copy(block: MessageComponents.Builder.() -> Unit = {}): MessageComponents
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String