Skip to content

Commit

Permalink
✨ Added invitor id for group add req event
Browse files Browse the repository at this point in the history
  • Loading branch information
MisakaTAT committed Apr 10, 2023
1 parent 4c1fd5a commit 13e6f36
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ public class GroupAddRequestEvent extends RequestEvent {
@JSONField(name = "group_id")
private Long groupId;

@JSONField(name = "invitor_id")
private Long invitorId;

}

0 comments on commit 13e6f36

Please sign in to comment.