Uses of Class
com.slack.api.model.Message
Packages that use Message
Package
Description
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 MessageModifier and TypeMethodDescriptionAttachment.MessageBlock.getMessage()MessageItem.getMessage()Deprecated.Methods in com.slack.api.model with parameters of type MessageModifier and TypeMethodDescriptionvoidAttachment.MessageBlock.setMessage(Message message) voidMessageItem.setMessage(Message message) Deprecated.Constructors in com.slack.api.model with parameters of type MessageModifierConstructorDescriptionMessageBlock(String team, String channel, String ts, Message message)