InternalLinkTypeStickerSet constructor
const
InternalLinkTypeStickerSet({})
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,
});