StickerSetInfo constructor
StickerSetInfo({
- String? extra,
- int? client_id,
- int64? id,
- string? title,
- string? name,
- Thumbnail? thumbnail,
- vector<
ClosedVectorPath> ? thumbnail_outline, - Bool? is_installed,
- Bool? is_archived,
- Bool? is_official,
- StickerFormat? sticker_format,
- StickerType? sticker_type,
- Bool? is_viewed,
- int32? size,
- vector<
Sticker> ? covers,
Implementation
StickerSetInfo({
super.extra,
super.client_id,
this.id,
this.title,
this.name,
this.thumbnail,
this.thumbnail_outline,
this.is_installed,
this.is_archived,
this.is_official,
this.sticker_format,
this.sticker_type,
this.is_viewed,
this.size,
this.covers,
});