Raw.messages.UpdateSavedReactionTag
Update the description of a saved message tag.
messages.updateSavedReactionTag#60297dec flags:# reaction:Reaction title:flags.0?string = Bool;
export namespace Raw {
export namespace messages {
export class UpdateSavedReactionTag {
constructor(params: { reaction: Raw.TypeReaction; title?: string }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x60297dec
Property
reaction
: Raw.TypeReactionReaction associated to the tag
title
: string or undefinedTag description, max 12 utf-8 characters; to remove the description call the method without setting this flag.