• Get the recent messages of a specific ChatChannel!

    Parameters

    • this: API
    • channel: number | 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 | Message

      Get the messages sent after this message

    • Optionaluntil: number | Message

      Get the messages sent up to but not including this message

    Returns Promise<Message[]>