UpdateTrendingStickerSets constructor
const
UpdateTrendingStickerSets({
- required StickerType stickerType,
- required TrendingStickerSets stickerSets,
- dynamic extra,
- int? clientId,
The list of trending sticker sets was updated or some of them were viewed
Implementation
const UpdateTrendingStickerSets({
required this.stickerType,
required this.stickerSets,
this.extra,
this.clientId,
});