Type Alias ServerReactionMessage

ServerReactionMessage: {
    reaction: { emoji: string; message_id: string };
    type: "reaction";
}

Type declaration

  • reaction: { emoji: string; message_id: string }
  • type: "reaction"