GetTrendingStickerSets constructor
GetTrendingStickerSets({
- StickerType? stickerType,
- required int offset,
- required int limit,
Implementation
GetTrendingStickerSets({
this.stickerType,
required this.offset,
required this.limit,
});