-
@Serializable() public final class SendMessagePayloadPayload for OrigonClient.sendMessage. Mirrors the Rust
SendMessagePayloadshape.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtextprivate final Stringhtmlprivate final List<Attachment>attachments
-
Constructor Summary
Constructors Constructor Description SendMessagePayload(String text, String html, List<Attachment> attachments)
-
Method Summary
Modifier and Type Method Description final StringgetText()final StringgetHtml()final List<Attachment>getAttachments()-
-
Constructor Detail
-
SendMessagePayload
SendMessagePayload(String text, String html, List<Attachment> attachments)
-
-
Method Detail
-
getAttachments
final List<Attachment> getAttachments()
-
-
-
-