Uses of Class
com.bytedesk.social.instagram.InstagramPrivateRepliesService.CommentData
Packages that use InstagramPrivateRepliesService.CommentData
-
Uses of InstagramPrivateRepliesService.CommentData in com.bytedesk.social.instagram
Fields in com.bytedesk.social.instagram declared as InstagramPrivateRepliesService.CommentDataModifier and TypeFieldDescriptionInstagramPrivateRepliesController.CommentWebhookRequest.commentData
Methods in com.bytedesk.social.instagram that return InstagramPrivateRepliesService.CommentDataModifier and TypeMethodDescriptionInstagramPrivateRepliesService.getCommentInfo
(String commentId) 获取评论信息Methods in com.bytedesk.social.instagram that return types with arguments of type InstagramPrivateRepliesService.CommentDataModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<InstagramPrivateRepliesService.CommentData>
InstagramPrivateRepliesController.getCommentInfo
(String commentId) 获取评论信息Methods in com.bytedesk.social.instagram with parameters of type InstagramPrivateRepliesService.CommentDataModifier and TypeMethodDescriptionInstagramPrivateRepliesService.handleCommentWebhook
(InstagramPrivateRepliesService.CommentData commentData, String autoReplyMessage) 处理评论webhook事件