Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
@JsonSerializable
data class TriggerWebhookPayload(val text: String? = null, val attachments: List<Attachment>? = null, val channel: String? = null, val username: String? = null, val iconUrl: Uri? = null, val iconEmoji: EmojiName? = null, val type: String? = null, val props: Map<String, Any>? = null)