Batch Remote Messages Result
Result of batch-validating remote community channel messages. Splits the requested messages into "matched" and "not matched" lists.
Parameters
matched Messages
successfully matched message list (messages found on the server)
not Matched Messages
unmatched message list (messages not found on the server)
Constructors
Link copied to clipboard
public BatchRemoteMessagesResult BatchRemoteMessagesResult(List<Message> matchedMessages, List<Message> notMatchedMessages)