GetStickerSet constructor

const GetStickerSet({
  1. required int setId,
})

Returns information about a sticker set by its identifier

Implementation

const GetStickerSet({
  required this.setId,
});