Layer 227
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 |
|---|---|---|
| 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{ Masks: nil, Emojis: nil, }