Uses of Class
com.slack.api.model.Message.MessageRootReply
-
Packages that use Message.MessageRootReply Package Description com.slack.api.model 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.MessageRootReply Modifier and Type Method Description List<Message.MessageRootReply>Message. getReplies()Deprecated.List<Message.MessageRootReply>Message.MessageRoot. getReplies()Deprecated.Method parameters in com.slack.api.model with type arguments of type Message.MessageRootReply Modifier and Type Method Description voidMessage.MessageRoot. setReplies(List<Message.MessageRootReply> replies)Deprecated.voidMessage. setReplies(List<Message.MessageRootReply> replies)Deprecated.
-