SetStickerPositionInSet constructor
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,
});