StickerSetInfo constructor

StickerSetInfo({
  1. String? extra,
  2. int? client_id,
  3. int64? id,
  4. string? title,
  5. string? name,
  6. Thumbnail? thumbnail,
  7. vector<ClosedVectorPath>? thumbnail_outline,
  8. Bool? is_installed,
  9. Bool? is_archived,
  10. Bool? is_official,
  11. StickerFormat? sticker_format,
  12. StickerType? sticker_type,
  13. Bool? is_viewed,
  14. int32? size,
  15. 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,
});