StickersCreateStickerSet constructor
const
StickersCreateStickerSet({
- required bool masks,
- required bool emojis,
- required bool textColor,
- required InputUserBase userId,
- required String title,
- required String shortName,
- InputDocumentBase? thumb,
- required List<
InputStickerSetItemBase> stickers, - String? software,
Stickers Create Sticker Set constructor.
Implementation
const StickersCreateStickerSet({
required this.masks,
required this.emojis,
required this.textColor,
required this.userId,
required this.title,
required this.shortName,
this.thumb,
required this.stickers,
this.software,
}) : super._();