所有方法 实例方法 具体方法
| 限定符和类型 |
方法和说明 |
String |
addReaction(String messageId,
String emojiType) |
String |
createCardInstance(Map<String,Object> card) |
byte[] |
downloadResource(String fileKey,
String type) |
void |
editMessage(String messageId,
String text) |
void |
finishStreamingCard(String cardId,
Map<String,Object> card,
int sequence) |
String |
getStreamInitialText() |
int |
getStreamThrottleChars() |
int |
getStreamThrottleMs() |
void |
patchCard(String messageId,
Map<String,Object> card) |
String |
rawSendWithRetry(RawSendArgs args) |
void |
recallMessage(String messageId) |
void |
removeReaction(String messageId,
String reactionId) |
boolean |
removeReactionByEmoji(String messageId,
String emojiType) |
String |
resolveCardId(String messageId) |
SendResult |
send(String to,
SendInput input,
SendOptions sendOptions) |
String |
sendCardByReference(String to,
OutboundRouting.ReceiveIdType idType,
String cardId,
SendOptions options) |
String |
sendOneWithFallback(RawSendArgs args) |
String |
sendOneWithFallback(String to,
OutboundRouting.ReceiveIdType idType,
String msgType,
Object content,
SendOptions options) |
SendResult |
stream(String to,
StreamInput input,
SendOptions sendOptions) |
String |
toJson(Object value) |
void |
updateCard(String messageId,
Map<String,Object> card) |
void |
updateCardElementContent(String cardId,
String elementId,
String content,
int sequence) |
RuntimeException |
wrapStreamingException(String message,
Exception e) |