Raw.messages.FaveSticker
Mark or unmark a sticker as favorite
messages.faveSticker#b9ffc55b id:InputDocument unfave:Bool = Bool;
export namespace Raw {
export namespace messages {
export class FaveSticker {
constructor(params: { id: Raw.TypeInputDocument; unfave: boolean }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xb9ffc55b
Property
id
: Raw.TypeInputDocumentSticker in question
unfave
: booleanWhether to add or remove a sticker from favorites