SearchInstalledStickerSets constructor
SearchInstalledStickerSets({
- String? extra,
- int? client_id,
- StickerType? sticker_type,
- string? query,
- int32? limit,
Implementation
SearchInstalledStickerSets({
super.extra,
super.client_id,
this.sticker_type,
this.query,
this.limit,
});