GetInstalledStickerSets constructor
GetInstalledStickerSets({
- String? extra,
- int? client_id,
- StickerType? sticker_type,
Implementation
GetInstalledStickerSets({
super.extra,
super.client_id,
this.sticker_type,
});