TMeUrlTypeStickerSet constructor

const TMeUrlTypeStickerSet({
  1. required int stickerSetId,
})

A URL linking to a sticker set

Implementation

const TMeUrlTypeStickerSet({
  required this.stickerSetId,
});