Class ReactionManager

Hierarchy

  • ReactionManager

Constructors

Properties

Methods

Constructors

Properties

client: Client
session: HTTPClient

Methods

  • Parameters

    • reaction: string
    • noteId: string

    Returns Promise<void>

  • Parameters

    • __namedParameters: {
          limit: null | number;
          noteId: string;
          offset: number;
          sinceId: null | string;
          type: null | string;
          untilId: null | string;
      }
      • limit: null | number
      • noteId: string
      • offset: number
      • sinceId: null | string
      • type: null | string
      • untilId: null | string

    Returns Promise<{
        createdAt: string;
        id: string;
        reaction: string;
        user: IUserLite;
    }[]>

  • Parameters

    • reaction: string
    • noteId: string

    Returns Promise<void>

Generated using TypeDoc