Hierarchy

  • ReactionsService

Constructors

Properties

httpRequest: BaseHttpRequest

Methods

  • Create an announcement comment reaction

    Throws

    ApiError

    Parameters

    • options: {
          announcementCommentId: number;
          announcementId: string;
          channelId: string;
          emoteId: number;
      }
      • announcementCommentId: number
      • announcementId: string
      • channelId: string

        Channel ID where the announcement comment exists

      • emoteId: number

        Emote ID to apply

    Returns CancelablePromise<void>

    void

  • Delete an announcement comment reaction

    Throws

    ApiError

    Parameters

    • options: {
          announcementCommentId: number;
          announcementId: string;
          channelId: string;
          emoteId: number;
      }
      • announcementCommentId: number
      • announcementId: string
      • channelId: string

        Channel ID where the announcement comment exists

      • emoteId: number

        Emote ID to apply

    Returns CancelablePromise<void>

    void

  • Create calendar event comment reaction

    Throws

    ApiError

    Parameters

    • options: {
          calendarEventCommentId: number;
          calendarEventId: number;
          channelId: string;
          emoteId: number;
      }
      • calendarEventCommentId: number
      • calendarEventId: number
      • channelId: string
      • emoteId: number

    Returns CancelablePromise<void>

    void

  • Delete calendar event comment reaction

    Throws

    ApiError

    Parameters

    • options: {
          calendarEventCommentId: number;
          calendarEventId: number;
          channelId: string;
          emoteId: number;
      }
      • calendarEventCommentId: number
      • calendarEventId: number
      • channelId: string
      • emoteId: number

    Returns CancelablePromise<void>

    void

  • Create forum topic comment reaction

    Throws

    ApiError

    Parameters

    • options: {
          channelId: string;
          emoteId: number;
          forumTopicCommentId: number;
          forumTopicId: number;
      }
      • channelId: string

        Channel ID where the forum topic exists

      • emoteId: number
      • forumTopicCommentId: number
      • forumTopicId: number

    Returns CancelablePromise<void>

    void

  • Delete forum topic comment reaction

    Throws

    ApiError

    Parameters

    • options: {
          channelId: string;
          emoteId: number;
          forumTopicCommentId: number;
          forumTopicId: number;
      }
      • channelId: string

        Channel ID where the forum topic exists

      • emoteId: number
      • forumTopicCommentId: number
      • forumTopicId: number

    Returns CancelablePromise<void>

    void

  • Create forum topic reaction

    Throws

    ApiError

    Parameters

    • options: {
          channelId: string;
          emoteId: number;
          forumTopicId: number;
      }
      • channelId: string

        Channel ID where the forum topic exists

      • emoteId: number

        Emote ID to apply

      • forumTopicId: number

        Forum Topic ID

    Returns CancelablePromise<void>

    void

  • Delete forum topic reaction

    Throws

    ApiError

    Parameters

    • options: {
          channelId: string;
          emoteId: number;
          forumTopicId: number;
      }
      • channelId: string

        Channel ID where the forum topic exists

      • emoteId: number

        Emote ID to remove

      • forumTopicId: number

        Forum Topic ID

    Returns CancelablePromise<void>

    void

Generated using TypeDoc