SendChannelMessageRequest

Types

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

Properties

Link copied to clipboard

The ARN of the channel.

Link copied to clipboard

The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.

Link copied to clipboard

The Idempotency token for each client request.

Link copied to clipboard

The content of the channel message.

Link copied to clipboard

The content type of the channel message.

Link copied to clipboard

The attributes for the message, used for message filtering along with a FilterRule defined in the PushNotificationPreferences.

Link copied to clipboard

The optional metadata for each message.

Link copied to clipboard

Boolean that controls whether the message is persisted on the back end. Required.

Link copied to clipboard

The push notification configuration of the message.

Link copied to clipboard

The ID of the SubChannel in the request.

Link copied to clipboard

The target of a message. Must be a member of the channel, such as another user, a bot, or the sender. Only the target and the sender can view targeted messages. Only users who can see targeted messages can take actions on them. However, administrators can delete targeted messages that they can’t see.

Link copied to clipboard

The type of message, STANDARD or CONTROL.

Functions

Link copied to clipboard
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