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