Class Note

Hierarchy

  • Note

Constructors

Properties

client: Client
note: INote

Accessors

  • get reactionAcceptance(): "likeOnly" | "nonSensitiveOnly" | "likeOnlyForRemote" | "nonSensitiveOnlyForRemote"
  • Returns "likeOnly" | "nonSensitiveOnly" | "likeOnlyForRemote" | "nonSensitiveOnlyForRemote"

  • get reactionEmojis(): {
        [key: string]: string;
    }
  • Returns {
        [key: string]: string;
    }

    • [key: string]: string
  • get reactions(): {
        [key: string]: number;
    }
  • Returns {
        [key: string]: number;
    }

    • [key: string]: number

Generated using TypeDoc