Skip to content

Message

MeowyCats2 edited this page Jul 11, 2023 · 3 revisions

This represents a message in Revolution.

Properties Methods
  • content
  • sent_by
  • channel
  • reply
  • Properties

    .content

    The content of the message.

    Type: String

    .sent_by

    The name of the author of the message.

    Type: String

    .channel

    The channel that the channel is in.

    Type: Channel

    Methods

    .reply(message)

    Sends a message in the channel channel as the message.

    Parameter Type
    message String

    Returns: Promise<>

    Clone this wiki locally