UpdateInstalledStickerSets constructor
UpdateInstalledStickerSets({
- String? extra,
- int? client_id,
- StickerType? sticker_type,
- vector<
int64> ? sticker_set_ids,
Implementation
UpdateInstalledStickerSets({
super.extra,
super.client_id,
this.sticker_type,
this.sticker_set_ids,
});