Raw.messages.ToggleStickerSets

Raw.messages.ToggleStickerSets

Apply changes to multiple stickersets

messages.toggleStickerSets#b5052fea flags:# uninstall:flags.0?true archive:flags.1?true unarchive:flags.2?true stickersets:Vector<InputStickerSet> = Bool;
export namespace Raw {
  export namespace messages {
    export class ToggleStickerSets {
      constructor(params: {
        uninstall?: boolean;
        archive?: boolean;
        unarchive?: boolean;
        stickersets: Array<Raw.TypeInputStickerSet>;
      }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0xb5052fea

Property

Results

boolean