GetGroupParticipantsOptions constructor
GetGroupParticipantsOptions({
- int page = 1,
- int limit = 20,
- FilterOptions? filter,
Implementation
GetGroupParticipantsOptions({
this.page = 1,
this.limit = 20,
this.filter,
});