gluon
    Preparing search index...

    Class MessagePollManager

    Manages a poll for a message.

    Implements

    • MessagePollManager
    Index

    Constructors

    • Creates a message poll manager.

      Parameters

      • client: Client
      • existingResponses: MessagePollManagerStorageJSON | MessagePollManagerCacheJSON = {}

        Existing responses for a poll.

      Returns MessagePollManager

    Methods

    • Adds a response to a poll.

      Parameters

      • user_id: string

        The id of the user who voted.

      • answer_id: number

        The id of the answer that was voted for.

      Returns void

    • Removes a response from a poll.

      Parameters

      • user_id: string

        The id of the user whose vote was removed.

      • answer_id: number

        The id of the answer for which the vote was removed.

      Returns void

    • Returns the result for a given answer.

      Parameters

      • answerId: number

        The ID of the answer to get the result for.

      Returns string[]

    • Returns the JSON representation of this structure.

      Parameters

      • Optionalformat: JsonTypes

        The format to return the data in.

      Returns
          | MessagePollManagerStorageJSON
          | MessagePollManagerCacheJSON
          | MessagePollManagerDiscordJSON