CancelActionFormat

@JsonClass(generateAdapter = true)
class CancelActionFormat(val inReplyToMessageId: String, val sequenceId: Int = 0, val timestamp: Long = Date().time) : StaticContentFormat

Format for cancel action messages. Used to send a cancel action referencing a conversation entry.

Constructors

Link copied to clipboard
constructor(inReplyToMessageId: String, sequenceId: Int = 0, timestamp: Long = Date().time)

Properties

Link copied to clipboard
Link copied to clipboard
val inReplyToMessageId: String
Link copied to clipboard
val sequenceId: Int = 0
Link copied to clipboard
val timestamp: Long