downloadMessage method
Implementation
Future<V2TimCallback> downloadMessage({
required String msgID,
required int imageType,
required bool isSnapshot,
String? downloadPath,
}) async {
return V2TimCallback.fromBool(false, "invoke error");
}
Future<V2TimCallback> downloadMessage({
required String msgID,
required int imageType,
required bool isSnapshot,
String? downloadPath,
}) async {
return V2TimCallback.fromBool(false, "invoke error");
}