# telegram Methods

getCustomEmojiStickers

Use this method to get information about custom emoji stickers by their identifiers. Returns an Array of Sticker objects. This method support both normal and static use
Read more

uploadStickerFile

Use this method to upload a file with a sticker for later use in the createNewStickerSet and addStickerToSet methods (the file can be used multiple times). Returns the uploaded File on success. This method support both normal and static use
Read more

createNewStickerSet

Use this method to create a new sticker set owned by a user. The bot will be able to edit the sticker set thus created. Returns True on success. This method support both normal and static use
Read more

addStickerToSet

Use this method to add a new sticker to a set created by the bot. The format of the added sticker must match the format of the other stickers in the set. Emoji sticker sets can have up to 200 stickers. Animated and video sticker sets can have up to 50 stickers. Static sticker sets can have up to 120 stickers. Returns True on success. This method support both normal and static use
Read more

setStickerPositionInSet

Use this method to move a sticker in a set created by the bot to a specific position. Returns True on success. This method support both normal and static use
Read more

deleteStickerFromSet

Use this method to delete a sticker from a set created by the bot. Returns True on success. This method support both normal and static use
Read more

setStickerEmojiList

Use this method to change the list of emoji assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. Returns True on success. This method support both normal and static use
Read more

setStickerKeywords

Use this method to change search keywords assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. Returns True on success. This method support both normal and static use
Read more

setStickerMaskPosition

Use this method to change the mask position of a mask sticker. The sticker must belong to a sticker set that was created by the bot. Returns True on success. This method support both normal and static use
Read more

setStickerSetTitle

Use this method to set the title of a created sticker set. Returns True on success. This method support both normal and static use
Read more
89101112