GetArchivedStickerSets constructor

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

Implementation

GetArchivedStickerSets({
  super.extra,
  super.client_id,
  this.sticker_type,
  this.offset_sticker_set_id,
  this.limit,
});