Uses of Class
com.bytedesk.social.whatsapp.ycloud.YCloudMessageService.WhatsappMessageResponse
Packages that use YCloudMessageService.WhatsappMessageResponse
-
Uses of YCloudMessageService.WhatsappMessageResponse in com.bytedesk.social.whatsapp.ycloud
Methods in com.bytedesk.social.whatsapp.ycloud that return YCloudMessageService.WhatsappMessageResponseModifier and TypeMethodDescriptionYCloudMessageService.enqueueAudioMessage(String from, String to, String audioUrl, String caption, String apiKey) 异步发送WhatsApp音频消息YCloudMessageService.enqueueAudioMessage(String from, String to, String audioUrl, String caption, String filename, String apiKey) 异步发送WhatsApp音频消息YCloudMessageService.enqueueAudioMessage(String from, String to, String audioUrl, String caption, String filename, String apiKey, String externalId, Boolean filterUnsubscribed, Boolean filterBlocked) 异步发送WhatsApp音频消息YCloudMessageService.enqueueContactsMessage(String from, String to, com.fasterxml.jackson.databind.JsonNode contacts, String apiKey) 异步发送WhatsApp联系人消息YCloudMessageService.enqueueContactsMessage(String from, String to, com.fasterxml.jackson.databind.JsonNode contacts, String apiKey, String externalId, Boolean filterUnsubscribed, Boolean filterBlocked) 异步发送WhatsApp联系人消息YCloudMessageService.enqueueDocumentMessage(String from, String to, String documentUrl, String caption, String apiKey) 异步发送WhatsApp文档消息YCloudMessageService.enqueueDocumentMessage(String from, String to, String documentUrl, String caption, String filename, String apiKey) 异步发送WhatsApp文档消息YCloudMessageService.enqueueDocumentMessage(String from, String to, String documentUrl, String caption, String filename, String apiKey, String externalId, Boolean filterUnsubscribed, Boolean filterBlocked) 异步发送WhatsApp文档消息YCloudMessageService.enqueueImageMessage(String from, String to, String imageUrl, String caption, String apiKey) 异步发送WhatsApp图片消息YCloudMessageService.enqueueImageMessage(String from, String to, String imageUrl, String caption, String filename, String apiKey) 异步发送WhatsApp图片消息YCloudMessageService.enqueueImageMessage(String from, String to, String imageUrl, String caption, String filename, String apiKey, String externalId, Boolean filterUnsubscribed, Boolean filterBlocked) 异步发送WhatsApp图片消息YCloudMessageService.enqueueInteractiveButtonMessage(String from, String to, String body, String[] buttons, String apiKey) 异步发送WhatsApp交互式按钮消息YCloudMessageService.enqueueInteractiveButtonMessage(String from, String to, String body, String[] buttons, String apiKey, String externalId, Boolean filterUnsubscribed, Boolean filterBlocked) 异步发送WhatsApp交互式按钮消息YCloudMessageService.enqueueLocationMessage(String from, String to, double latitude, double longitude, String apiKey) 异步发送WhatsApp位置消息YCloudMessageService.enqueueLocationMessage(String from, String to, double latitude, double longitude, String name, String address, String apiKey) 异步发送WhatsApp位置消息YCloudMessageService.enqueueLocationMessage(String from, String to, double latitude, double longitude, String name, String address, String apiKey, String externalId, Boolean filterUnsubscribed, Boolean filterBlocked) 异步发送WhatsApp位置消息YCloudMessageService.enqueueReactionMessage(String from, String to, String messageId, String emoji, String apiKey) 异步发送WhatsApp反应消息YCloudMessageService.enqueueReactionMessage(String from, String to, String messageId, String emoji, String apiKey, String externalId, Boolean filterUnsubscribed, Boolean filterBlocked) 异步发送WhatsApp反应消息YCloudMessageService.enqueueStickerMessage(String from, String to, String stickerUrl, String caption, String apiKey) 异步发送WhatsApp贴纸消息YCloudMessageService.enqueueStickerMessage(String from, String to, String stickerUrl, String caption, String filename, String apiKey) 异步发送WhatsApp贴纸消息YCloudMessageService.enqueueStickerMessage(String from, String to, String stickerUrl, String caption, String filename, String apiKey, String externalId, Boolean filterUnsubscribed, Boolean filterBlocked) 异步发送WhatsApp贴纸消息YCloudMessageService.enqueueTextMessage(String from, String to, String text, String apiKey) 异步发送WhatsApp文本消息YCloudMessageService.enqueueTextMessage(String from, String to, String text, String apiKey, Boolean previewUrl) 异步发送WhatsApp文本消息YCloudMessageService.enqueueTextMessage(String from, String to, String text, String apiKey, Boolean previewUrl, String externalId, Boolean filterUnsubscribed, Boolean filterBlocked) 异步发送WhatsApp文本消息YCloudMessageService.enqueueVideoMessage(String from, String to, String videoUrl, String caption, String apiKey) 异步发送WhatsApp视频消息YCloudMessageService.enqueueVideoMessage(String from, String to, String videoUrl, String caption, String filename, String apiKey) 异步发送WhatsApp视频消息YCloudMessageService.enqueueVideoMessage(String from, String to, String videoUrl, String caption, String filename, String apiKey, String externalId, Boolean filterUnsubscribed, Boolean filterBlocked) 异步发送WhatsApp视频消息YCloudMessageService.enqueueWhatsappMessage(String messageJson, String apiKey) 异步发送WhatsApp消息(入队)YCloudMessageService.enqueueWhatsappMessage(String messageJson, String apiKey, String externalId, Boolean filterUnsubscribed, Boolean filterBlocked) 异步发送WhatsApp消息(入队)YCloudMessageService.sendAudioMessage(String from, String to, String audioUrl, String caption, String apiKey) 发送WhatsApp音频消息YCloudMessageService.sendAudioMessage(String from, String to, String audioUrl, String caption, String filename, String apiKey) 发送WhatsApp音频消息(向后兼容方法)YCloudMessageService.sendAudioMessageInternal(String from, String to, String audioUrl, String caption, String filename, String apiKey, String externalId) 发送音频消息(内部方法)YCloudMessageService.sendContactsMessage(String from, String to, com.fasterxml.jackson.databind.JsonNode contacts, String apiKey) 发送WhatsApp联系人消息YCloudMessageService.sendDocumentMessage(String from, String to, String documentUrl, String caption, String apiKey) 发送WhatsApp文档消息YCloudMessageService.sendDocumentMessage(String from, String to, String documentUrl, String caption, String filename, String apiKey) 发送WhatsApp文档消息(向后兼容方法)YCloudMessageService.sendDocumentMessageInternal(String from, String to, String documentUrl, String caption, String filename, String apiKey, String externalId) 发送文档消息(内部方法)YCloudMessageService.sendImageMessage(String from, String to, String imageUrl, String caption, String apiKey) 发送WhatsApp图片消息YCloudMessageService.sendImageMessage(String from, String to, String imageUrl, String caption, String filename, String apiKey) 发送WhatsApp图片消息(向后兼容方法)YCloudMessageService.sendImageMessageInternal(String from, String to, String imageUrl, String caption, String filename, String apiKey, String externalId) 发送图片消息(内部方法)YCloudMessageService.sendInteractiveButtonMessage(String from, String to, String body, String[] buttons, String apiKey) 发送WhatsApp交互式按钮消息(向后兼容方法)YCloudMessageService.sendInteractiveButtonMessageInternal(String from, String to, String content, String apiKey, String externalId) 发送交互式按钮消息(内部方法)YCloudMessageService.sendLinkMessageInternal(String from, String to, String linkContent, String apiKey, String externalId) 发送链接消息(内部方法)YCloudMessageService.sendLocationMessage(String from, String to, double latitude, double longitude, String apiKey) 发送WhatsApp位置消息YCloudMessageService.sendLocationMessage(String from, String to, double latitude, double longitude, String name, String address, String apiKey) 发送WhatsApp位置消息YCloudMessageService.sendLocationMessageInternal(String from, String to, String locationContent, String apiKey, String externalId) 发送位置消息(内部方法)YCloudMessageService.sendMessage(String from, String to, MessageTypeEnum messageType, String content, String caption, String filename, String apiKey, String externalId) 统一的消息发送方法YCloudMessageService.sendReactionMessage(String from, String to, String messageId, String emoji, String apiKey) 发送WhatsApp反应消息YCloudMessageService.sendStickerMessage(String from, String to, String stickerUrl, String caption, String apiKey) 发送WhatsApp贴纸消息YCloudMessageService.sendStickerMessage(String from, String to, String stickerUrl, String caption, String filename, String apiKey) 发送WhatsApp贴纸消息YCloudMessageService.sendStickerMessageInternal(String from, String to, String stickerUrl, String caption, String filename, String apiKey, String externalId) 发送贴纸消息(内部方法)YCloudMessageService.sendTextMessage(String from, String to, String text, String apiKey) 发送WhatsApp文本消息YCloudMessageService.sendTextMessage(String from, String to, String text, String apiKey, Boolean previewUrl) 发送WhatsApp文本消息(向后兼容方法)YCloudMessageService.sendTextMessageInternal(String from, String to, String text, String apiKey, String externalId) 发送文本消息(内部方法)YCloudMessageService.sendVideoMessage(String from, String to, String videoUrl, String caption, String apiKey) 发送WhatsApp视频消息YCloudMessageService.sendVideoMessage(String from, String to, String videoUrl, String caption, String filename, String apiKey) 发送WhatsApp视频消息(向后兼容方法)YCloudMessageService.sendVideoMessageInternal(String from, String to, String videoUrl, String caption, String filename, String apiKey, String externalId) 发送视频消息(内部方法)YCloudMessageService.sendWhatsappMessage(String messageJson, String apiKey) 发送WhatsApp消息YCloudMessageService.sendWhatsappMessage(String messageJson, String apiKey, String externalId, Boolean filterUnsubscribed, Boolean filterBlocked) 发送WhatsApp消息