Layer 220
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

Update

Gogram Example

// Creating UpdateStickerSets constructor
obj := &tg.UpdateStickerSets{

    // Optional fields:
    // Masks: true,
    // Emojis: true,
}