downloadMessage method

Future<V2TimCallback> downloadMessage(
  1. {required String msgID,
  2. required int imageType,
  3. required bool isSnapshot,
  4. String? downloadPath}
)

Implementation

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