GetPremiumStickers constructor

GetPremiumStickers({
  1. String? extra,
  2. int? client_id,
  3. int32? limit,
})

Implementation

GetPremiumStickers({
  super.extra,
  super.client_id,
  this.limit,
});