Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BasicModule
    • Message

Index

Constructors

Methods

Constructors

constructor

  • new Message(options: { received: any }): Message
  • Parameters

    • options: { received: any }
      • received:function
        • Parameters

          Returns void

    Returns Message

Methods

send

  • send(msg: { content: unknown; name: string }): Promise<void>
  • Parameters

    • msg: { content: unknown; name: string }
      • content: unknown
      • name: string

    Returns Promise<void>

Generated using TypeDoc