SetStickerPositionInSet constructor

const SetStickerPositionInSet({
  1. required InputFile sticker,
  2. required int position,
})

Changes the position of a sticker in the set to which it belongs; for bots only. The sticker set must have been created by the bot

Implementation

const SetStickerPositionInSet({
  required this.sticker,
  required this.position,
});