Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TextMsgSetParameters

Index

Properties

chatType: ChatType

The session type.

ext?: {}

Message extension.

Type declaration

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

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

isChatThread?: boolean

Whether the message is a thread message.

msg: string

The message content.

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