InternalLinkTypeStickerSet constructor

InternalLinkTypeStickerSet({
  1. required String stickerSetName,
  2. required bool expectCustomEmoji,
})

Implementation

InternalLinkTypeStickerSet({
  required this.stickerSetName,
  required this.expectCustomEmoji,
});