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