Batch Remote Messages Result
Batch Get Remote community channel message's Result. Convert request message divide"Matched successfully"and"Not matched"two List Returns.
Parameters
matched Messages
Matched successfully Message list (In found on server message)
not Matched Messages
Not matched Message list (In server-side Not find to message)
Constructors
Link copied to clipboard
public BatchRemoteMessagesResult BatchRemoteMessagesResult(List<Message> matchedMessages, List<Message> notMatchedMessages)