SetStickerPositionInSet constructor

SetStickerPositionInSet({
  1. String? extra,
  2. int? client_id,
  3. InputFile? sticker,
  4. int32? position,
})

Implementation

SetStickerPositionInSet({
  super.extra,
  super.client_id,
  this.sticker,
  this.position,
});