MessagesTrait.CancelMessagesRequestCommand.Request

class MessagesTrait.CancelMessagesRequestCommand.Request


The request payload for the CancelMessagesRequest command.

Summary

Public constructors

Request(messageIds: List<ByteArray>)

Creates a request payload for the CancelMessagesRequest command.

Public properties

List<ByteArray>

Provides a list of messageIds for the messages to be cancelled, and causes any active presentation of the messages to stop.

Public constructors

Request

Request(messageIds: List<ByteArray> = emptyList())

Creates a request payload for the CancelMessagesRequest command.

Public properties

messageIds

val messageIdsList<ByteArray>

Provides a list of messageIds for the messages to be cancelled, and causes any active presentation of the messages to stop.