onSharedFileAddedFromGroup property

void Function(String groupId, ChatGroupSharedFile sharedFile)? onSharedFileAddedFromGroup
final

~english Occurs when a shared file is added to a group. ~end

~chinese 群组添加共享文件回调。 ~end

Implementation

final void Function(String groupId, ChatGroupSharedFile sharedFile)?
onSharedFileAddedFromGroup;