data class AttachmentConfiguration : MessageConfiguration (source)
A simple attachment file.
<init> |
A simple attachment file. AttachmentConfiguration(url: String, type: AttachmentType, delay: Long = 0) |
delay |
val delay: Long |
eventType |
val eventType: EventType |
type |
val type: AttachmentType |
url |
val url: String |
toAction |
fun toAction(playerId: PlayerId, applicationId: String, recipientId: PlayerId, locale: Locale, userInterfaceType: UserInterfaceType): Action |