UpdateStickerSets

class pyrogram.raw.types.UpdateStickerSets

Installed stickersets have changed, the client should refetch them as described in the docs.

Constructor of Update.

Details:
  • Layer: 223

  • ID: 31C24808

Parameters:
  • masks (bool, optional) – Whether mask stickersets have changed

  • emojis (bool, optional) – Whether the list of installed custom emoji stickersets has changed

TL Schema

updateStickerSets#31c24808
flags:#
masks:flags.0?true
emojis:flags.1?true

= Update

Parameter Tree

UpdateStickerSets
├── maskstrue (optional)
└── emojistrue (optional)

Example

UpdateStickerSets(
)