Raw.UpdateStickerSets

Raw.UpdateStickerSets

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

updateStickerSets#31c24808 flags:# masks:flags.0?true emojis:flags.1?true = Update;
export namespace Raw {
  export class UpdateStickerSets {
    constructor(params: { masks?: boolean; emojis?: boolean }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x31c24808

Property

  • masks : boolean or undefined

    Whether mask stickersets have changed

  • emojis : boolean or undefined

    Whether the list of installed custom emoji stickersets has changed