CreateNewStickerSet constructor
CreateNewStickerSet({
- String? extra,
- int? client_id,
- int53? user_id,
- string? title,
- string? name,
- StickerType? sticker_type,
- vector<
InputSticker> ? stickers, - string? source,
Implementation
CreateNewStickerSet({
super.extra,
super.client_id,
this.user_id,
this.title,
this.name,
this.sticker_type,
this.stickers,
this.source,
});