Type alias ReactionType

ReactionType: {
    animated: boolean;
    id: string;
    name: string | null;
} | {
    unicode: string;
}

Type declaration

  • animated: boolean
  • id: string
  • name: string | null

Type declaration

  • unicode: string

Generated using TypeDoc