SetSupergroupStickerSet constructor

SetSupergroupStickerSet({
  1. required int supergroupId,
  2. required int stickerSetId,
})

Implementation

SetSupergroupStickerSet({
  required this.supergroupId,
  required this.stickerSetId,
});