Interface ChatPubSubMessage

Hierarchy

Properties

connection: {
    id: string;
    room: string;
}

Type declaration

  • id: string
  • room: string
message: any
messageType: string
sentAt: number
serverId: string | number
serverToken: string

Generated using TypeDoc