• Send a message in a ChatChannel!

    Parameters

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

    The newly sent ChatMessage!