Attaches one or more files to the message.
Attachment source (builder, stream, or stream array)
Sets the message text content.
Plain text body of the message
Sends a large emoji message.
Emoji character
Display size (small, medium, large)
Adds a mention inside the message body.
Display text (e.g. "@john")
Target user ID
OptionalfromIndex: numberStarting index of the mention in the body string
Sends a sticker using a Facebook sticker ID.
Sticker identifier
Attaches a URL preview to the message.
Fully qualified URL
StaticcreateCreates a new builder instance using the concrete subclass.
The builder subclass type
A new instance of the builder
Fluent builder for constructing message payloads in Conduit.
Provides a chainable API for composing rich messages including: text, mentions, attachments, stickers, emojis, and URLs.
Remarks
This builder is converted internally into a
ConduitMessageBodybefore being sent through the Messages API.