GetGroupParticipantsOptions constructor

GetGroupParticipantsOptions({
  1. int page = 1,
  2. int limit = 20,
  3. FilterOptions? filter,
})

Implementation

GetGroupParticipantsOptions({
  this.page = 1,
  this.limit = 20,
  this.filter,
});