SetSupergroupStickerSet constructor

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

Changes the sticker set of a supergroup; requires can_change_info administrator right

Implementation

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