stickers.renameStickerSet

Renames a stickerset.

 Method schema is available as of layer 153. Switch »

Parameters

Name Type Description
stickerset InputStickerSet Stickerset to rename
title string New stickerset title

Result

messages.StickerSet

Possible errors

Code Type Description
400 STICKERSET_INVALID The provided sticker set is invalid.

Bots can use this method

Go up