GetGroupStickersResponse constructor

GetGroupStickersResponse({
  1. List<String> groups = const [],
})

Implementation

GetGroupStickersResponse({
  this.groups = const [],
});