| Modifier and Type | Method and Description |
|---|---|
ChatPostMessageResponse |
MethodsClient.chatPostMessage(ChatPostMessageRequest req) |
| Modifier and Type | Method and Description |
|---|---|
ChatPostMessageResponse |
MethodsClientImpl.chatPostMessage(ChatPostMessageRequest req) |
| Modifier and Type | Method and Description |
|---|---|
ChatPostMessageResponse |
Shortcut.post(ChannelName channel,
List<LayoutBlock> blocks)
Posts a message to a given channel.
|
ChatPostMessageResponse |
Shortcut.post(ChannelName channel,
String text)
Posts a message to a given channel.
|
ChatPostMessageResponse |
Shortcut.post(ChannelName channel,
String text,
List<Attachment> attachments)
Posts a message to a given channel.
|
ChatPostMessageResponse |
Shortcut.postAsBot(ChannelName channel,
List<LayoutBlock> blocks) |
ChatPostMessageResponse |
Shortcut.postAsBot(ChannelName channel,
String text) |
ChatPostMessageResponse |
Shortcut.postAsBot(ChannelName channel,
String text,
List<Attachment> attachments) |
| Modifier and Type | Method and Description |
|---|---|
ChatPostMessageResponse |
ShortcutImpl.post(ChannelName channel,
List<LayoutBlock> blocks) |
ChatPostMessageResponse |
ShortcutImpl.post(ChannelName channel,
String text) |
ChatPostMessageResponse |
ShortcutImpl.post(ChannelName channel,
String text,
List<Attachment> attachments) |
ChatPostMessageResponse |
ShortcutImpl.postAsBot(ChannelName channel,
List<LayoutBlock> blocks) |
ChatPostMessageResponse |
ShortcutImpl.postAsBot(ChannelName channel,
String text) |
ChatPostMessageResponse |
ShortcutImpl.postAsBot(ChannelName channel,
String text,
List<Attachment> attachments) |
Copyright © 2019. All Rights Reserved.