messages.StickerSet#

class pyrogram.raw.base.messages.StickerSet#

Stickerset.

Constructors:

This base type has 2 constructors available.

messages.StickerSet

Stickerset and stickers inside it.

messages.StickerSetNotModified

The stickerset hasn't changed.

Functions:

This object can be returned by 8 functions.

messages.GetStickerSet

Get info about a stickerset.

stickers.CreateStickerSet

Create a stickerset, bots only.

stickers.RemoveStickerFromSet

Remove a sticker from the set where it belongs, bots only.

stickers.ChangeStickerPosition

Changes the absolute position of a sticker in the set to which it belongs; for bots only.

stickers.AddStickerToSet

Add a sticker to a stickerset, bots only.

stickers.SetStickerSetThumb

Set stickerset thumbnail.

stickers.ChangeSticker

Update the keywords, emojis or mask coordinates of a sticker, bots only.

stickers.RenameStickerSet

Renames a stickerset, bots only.