Skip to content

Commit

Permalink
feat: modify GroupAtInfoItem private to public (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antenbabby authored Aug 21, 2024
1 parent 9fc1ebf commit b8c451f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class AfterSendGroupMsgCallback implements Serializable {
private List<GroupAtInfoItem> groupAtInfo;


private static class GroupAtInfoItem {
public static class GroupAtInfoItem {
/**
* 群组@全体成员标识,0-非全体@,1-全体@
*/
Expand Down

0 comments on commit b8c451f

Please sign in to comment.