• Mark a certain channel as read up to a given message!

    Parameters

    • this: API
    • channel: number | Channel

      The channel in question

    • message: number | Message

      You're marking this and all the messages before it as read!

    Returns Promise<void>