osu-api-v2-js
    Preparing search index...

    Function getMultiple

    • Get the recent messages of a specific ChatChannel!

      Parameters

      • this: API
      • channel: number | Chat.Channel

        The Channel you wanna get the messages from

      • limit: number = 20

        The maximum amount of messages you want to get, up to 50! (defaults to 20)

      • Optionalsince: number | Chat.Message

        Get the messages sent after this message

      • Optionaluntil: number | Chat.Message

        Get the messages sent up to but not including this message

      Returns Promise<WithSender[]>