GetAttachedStickerSets constructor

const GetAttachedStickerSets({
  1. required int fileId,
})

Returns a list of sticker sets attached to a file, including regular, mask, and emoji sticker sets. Currently, only animations, photos, and videos can have attached sticker sets

Implementation

const GetAttachedStickerSets({
  required this.fileId,
});