| 限定符和类型 | 方法和说明 |
|---|---|
ImService.MessageCreateReqCall |
create(MessageCreateReqBody body,
RequestOptFn... optFns) |
ImService.MessageDeleteReqCall |
delete(RequestOptFn... optFns) |
ImService.MessageGetReqCall |
get(RequestOptFn... optFns) |
ImService.MessageListReqCall |
list(RequestOptFn... optFns) |
ImService.MessagePatchReqCall |
patch(MessagePatchReqBody body,
RequestOptFn... optFns) |
ImService.MessageReadUsersReqCall |
readUsers(RequestOptFn... optFns) |
ImService.MessageReplyReqCall |
reply(MessageReplyReqBody body,
RequestOptFn... optFns) |
ImService.MessageUrgentAppReqCall |
urgentApp(UrgentReceivers body,
RequestOptFn... optFns) |
ImService.MessageUrgentPhoneReqCall |
urgentPhone(UrgentReceivers body,
RequestOptFn... optFns) |
ImService.MessageUrgentReadUsersReqCall |
urgentReadUsers(RequestOptFn... optFns) |
ImService.MessageUrgentSmsReqCall |
urgentSms(UrgentReceivers body,
RequestOptFn... optFns) |
public Messages(ImService service)
public ImService.MessageListReqCall list(RequestOptFn... optFns)
public ImService.MessageUrgentAppReqCall urgentApp(UrgentReceivers body, RequestOptFn... optFns)
public ImService.MessageUrgentPhoneReqCall urgentPhone(UrgentReceivers body, RequestOptFn... optFns)
public ImService.MessageUrgentSmsReqCall urgentSms(UrgentReceivers body, RequestOptFn... optFns)
public ImService.MessagePatchReqCall patch(MessagePatchReqBody body, RequestOptFn... optFns)
public ImService.MessageReplyReqCall reply(MessageReplyReqBody body, RequestOptFn... optFns)
public ImService.MessageCreateReqCall create(MessageCreateReqBody body, RequestOptFn... optFns)
public ImService.MessageDeleteReqCall delete(RequestOptFn... optFns)
public ImService.MessageReadUsersReqCall readUsers(RequestOptFn... optFns)
public ImService.MessageGetReqCall get(RequestOptFn... optFns)
public ImService.MessageUrgentReadUsersReqCall urgentReadUsers(RequestOptFn... optFns)
Copyright © 2021. All rights reserved.