Uses of Class
com.slack.api.model.Message.MessageRootReply
Packages that use Message.MessageRootReply
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of Message.MessageRootReply in com.slack.api.model
Methods in com.slack.api.model that return types with arguments of type Message.MessageRootReplyModifier and TypeMethodDescriptionMessage.getReplies()Deprecated.Message.MessageRoot.getReplies()Deprecated.Method parameters in com.slack.api.model with type arguments of type Message.MessageRootReplyModifier and TypeMethodDescriptionvoidMessage.MessageRoot.setReplies(List<Message.MessageRootReply> replies) Deprecated.voidMessage.setReplies(List<Message.MessageRootReply> replies) Deprecated.