onSharedFileDeletedFromGroup property

void Function(String conversationId, String deviceId)? onSharedFileDeletedFromGroup
final

~english Occurs when a shared file is removed from a group. ~end

~chinese 群组删除共享文件回调。 ~end

Implementation

final void Function(
  String groupId,
  String fileId,
)? onSharedFileDeletedFromGroup;