GetInstalledStickerSets constructor

GetInstalledStickerSets({
  1. String? extra,
  2. int? client_id,
  3. StickerType? sticker_type,
})

Implementation

GetInstalledStickerSets({
  super.extra,
  super.client_id,
  this.sticker_type,
});