Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICombineMessageBody

Merge and forward messages

Hierarchy

Index

Properties

remoteUrl: string

The remote HTML file path stored on the RC server

nameList: string[]

The user names of the first 4 messages in the merged forwarded message displayed in the chat UI

summaryList: string[]

In the chat UI, the merged forwarded message displays brief information of the first 4 messages, corresponding to the nameList attribute.

conversationType: ConversationType

Conversation type: Currently, the message forwarding feature supports one-to-one chats and group chats. The value for one-to-one chat is 1, and for group chat is 3.

mentionedInfo?: MentionedInfoBody

Mentions in group messages

user?: { id?: string; name?: string; portraitUri?: string; extra?: string; portrait?: string; alias?: string }

Type declaration

  • Optional id?: string

    User ID

  • Optional name?: string

    Username

  • Optional portraitUri?: string

    User avatar URL

    deprecated
  • Optional extra?: string

    Additional information in user info

  • Optional portrait?: string

    User avatar URL

  • Optional alias?: string

    Note

extra?: string

Additional information in the message