OnReceiveJoinApplicationCallback typedef

OnReceiveJoinApplicationCallback = void Function(String groupID, V2TimGroupMemberInfo member, String opReason)

Implementation

typedef OnReceiveJoinApplicationCallback = void Function(
  String groupID,
  V2TimGroupMemberInfo member,
  String opReason,
);