messages.StickerSetNotModified#

class pyrogram.raw.types.messages.StickerSetNotModified#

The stickerset hasn’t changed.

Constructor of StickerSet.

Details:
  • Layer: 158

  • ID: D3F924EB

Parameters:

No parameters required.

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.