Layer 220
UpdateStickerSets
Installed stickersets have changed, the client should refetch them as described in the docs.
constructor
updateStickerSets#31c24808 flags:# masks:flags.0?true emojis:flags.1?true = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| Masks | flags.0?true | Whether mask stickersets have changed |
| Emojis | flags.1?true | Whether the list of installed custom emoji stickersets has changed |
Returns
UpdateGogram Example
// Creating UpdateStickerSets constructor obj := &tg.UpdateStickerSets{ // Optional fields: // Masks: true, // Emojis: true, }