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:
223ID:
31C24808
- Parameters:
masks (
bool, optional) – Whether mask stickersets have changedemojis (
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
├── masks →
true (optional)└── emojis →
true (optional)Example
UpdateStickerSets(
)