CreateNewStickerSet constructor

CreateNewStickerSet({
  1. String? extra,
  2. int? client_id,
  3. int53? user_id,
  4. string? title,
  5. string? name,
  6. StickerType? sticker_type,
  7. vector<InputSticker>? stickers,
  8. string? source,
})

Implementation

CreateNewStickerSet({
  super.extra,
  super.client_id,
  this.user_id,
  this.title,
  this.name,
  this.sticker_type,
  this.stickers,
  this.source,
});