Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Conversation

Class representing a conversation.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly client

client: Client

id

id: number

participants

participants: User[]

The participants of a conversation.

remarks

Must be fetched with Conversation.fetchParticipants.

alpha

Methods

send

  • send(message: string): Promise<void>

Generated using TypeDoc