getC2CReceiveMessageOpt method
Implementation
Future<V2TimValueCallback<List<V2TimReceiveMessageOptInfo>>>
getC2CReceiveMessageOpt({
required List<String> userIDList,
}) async {
return V2TimValueCallback<List<V2TimReceiveMessageOptInfo>>.fromBool(
false, "invoke error");
}