SetSupergroupStickerSet constructor

SetSupergroupStickerSet({
  1. String? extra,
  2. int? client_id,
  3. int53? supergroup_id,
  4. int64? sticker_set_id,
})

Implementation

SetSupergroupStickerSet({
  super.extra,
  super.client_id,
  this.supergroup_id,
  this.sticker_set_id,
});