Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CmdMsgSetParameters

Index

Properties

action: string

The command.

chatType: ChatType

The session type.

ext?: {}

The message extension.

Type declaration

  • [key: string]: any
from?: string

The sender, which can only be the current user and can not be changed.

roomType?: boolean
deprecated

Whether the session type is chat room.

to: string

The recipient.

Methods

  • fail(): void
  • The callback for a message sending failure.

    Returns void

  • success(): void
  • The callback for message sending success.

    Returns void

Generated using TypeDoc