Raw.SavedReactionTag

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: 185
Constructor ID: 0xcb6ff828

Property

  • reaction : Raw.TypeReaction

    Reaction associated to the tag.

  • title : string or undefined

    Custom tag name assigned by the user (max 12 utf-8 chars).

  • count : number

    Number of messages tagged with this tag.