GetAttachedStickerSets constructor

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

Returns a list of sticker sets attached to a file. Currently, only photos and videos can have attached sticker sets

Implementation

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