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
uninstall
: boolean or undefinedUninstall the specified stickersets
archive
: boolean or undefinedArchive the specified stickersets
unarchive
: boolean or undefinedUnarchive the specified stickersets
stickersets
: Array of Raw.TypeInputStickerSetStickersets to act upon