syncRemoteChannels

public final Unit syncRemoteChannels(ErrorHandler handler)

// Sync succeeded

}

Parameters

messageIds

Message unique ID List, at most 20

BaseChannel.syncRemoteChannels { error ->
if (error == null) {
Channel management
}
}

Usage Example: