open class SendAttachment : Action
(source)
A simple attachment file sent.
AttachmentType |
enum class AttachmentType |
<init> |
A simple attachment file sent. SendAttachment(playerId: PlayerId, applicationId: String, recipientId: PlayerId, url: String, type: AttachmentType, id: Id<Action> = newId(), date: Instant = Instant.now(), state: EventState = EventState(), metadata: ActionMetadata = ActionMetadata()) |
type |
val type: AttachmentType |
url |
val url: String |
toMessage |
open fun toMessage(): Message |