public interface SayUtility
Modifier and Type | Method and Description |
---|---|
MethodsClient |
client() |
String |
getChannelId() |
default ChatPostMessageResponse |
say(List<LayoutBlock> blocks) |
default ChatPostMessageResponse |
say(String text) |
default void |
verifyChannelId() |
String getChannelId()
MethodsClient client()
default ChatPostMessageResponse say(String text) throws IOException, SlackApiException
IOException
SlackApiException
default ChatPostMessageResponse say(List<LayoutBlock> blocks) throws IOException, SlackApiException
IOException
SlackApiException
default void verifyChannelId()
Copyright © 2020. All rights reserved.