GetTrendingStickerSets constructor

GetTrendingStickerSets({
  1. String? extra,
  2. int? client_id,
  3. StickerType? sticker_type,
  4. int32? offset,
  5. int32? limit,
})

Implementation

GetTrendingStickerSets({
  super.extra,
  super.client_id,
  this.sticker_type,
  this.offset,
  this.limit,
});