InternalLinkTypeStickerSet constructor

const InternalLinkTypeStickerSet({
  1. required String stickerSetName,
  2. required bool expectCustomEmoji,
  3. dynamic extra,
  4. int? clientId,
})

The link is a link to a sticker set. Call searchStickerSet with the given sticker set name to process the link and show the sticker set

Implementation

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