public static interface Message.Draft
Message.draft(Text)
}Modifier and Type | Method and Description |
---|---|
Message.Draft |
addAttachments(LocalFile... files)
Attach local files to the draft.
|
Message.Draft |
addMentions(Mention... mentions)
Mention either one people or all people in a space.
|
Message.Draft |
setParent(Message parent)
Set the parent message of the threading message.
|
Message.Draft addAttachments(LocalFile... files)
files
- Local files to be attached with the draft.Message.Draft addMentions(Mention... mentions)
mentions
- Notify either one or all in a space about this message.Message.Draft setParent(Message parent)
parent
- The parent message of the threading message.