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

    Function send

    • Send a message in a ChatChannel!

      Parameters

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

        The channel in which you want to send your message

      • message: string

        The message you wanna send

      • is_action: boolean = false

        Is it a command? Like /me dances (defaults to false)

      Returns Promise<WithSender>

      The newly sent ChatMessage!