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) -
Uses of Message in com.slack.api.model.list
Methods in com.slack.api.model.list that return MessageMethods in com.slack.api.model.list with parameters of type MessageConstructors in com.slack.api.model.list with parameters of type MessageModifierConstructorDescriptionField(String key, String columnId, String value, String text, List<RichTextBlock> richText, Message message, List<Double> number, List<String> select, List<String> date, List<String> user, List<String> attachment, Boolean checkbox, List<String> email, List<String> phone, List<String> channel, List<Integer> rating, List<Integer> timestamp)