replaceStickerInSet

Use this method to replace an existing sticker in a sticker set with a new one
The method is equivalent to calling deleteStickerFromSet, then addStickerToSet, then setStickerPositionInSet

Parameters for replace-sticker-in-set
Field Description
user_id * User identifier of the sticker set owner
name * Sticker set name
old_sticker * File identifier of the replaced sticker
sticker * A JSON-serialized object with information about the added sticker
If exactly the same sticker had already been added to the set, then the set remains unchanged.