Raw.SavedReactionTag
Info about a saved message reaction tag.
savedReactionTag#cb6ff828 flags:# reaction:Reaction title:flags.0?string count:int = SavedReactionTag;export namespace Raw {
export class SavedReactionTag {
constructor(params: { reaction: Raw.TypeReaction; title?: string; count: number }) {}
}
}🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 201
Constructor ID: 0xcb6ff828
Property
reaction: Raw.TypeReactionReaction associated to the tag.
title: string or undefinedCustom tag name assigned by the user (max 12 utf-8 chars).
count: numberNumber of messages tagged with this tag.