Uses of Class
com.slack.api.model.Message
-
Packages that use Message Package Description com.slack.api.model The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of Message in com.slack.api.model
Methods in com.slack.api.model that return Message Modifier and Type Method Description MessageAttachment.MessageBlock. getMessage()MessageMessageItem. getMessage()Deprecated.Methods in com.slack.api.model with parameters of type Message Modifier and Type Method Description Attachment.MessageBlock.MessageBlockBuilderAttachment.MessageBlock.MessageBlockBuilder. message(Message message)voidAttachment.MessageBlock. setMessage(Message message)voidMessageItem. setMessage(Message message)Deprecated.Constructors in com.slack.api.model with parameters of type Message Constructor Description MessageBlock(String team, String channel, String ts, Message message)
-