Type alias NEMeetingChatTextMessage

NEMeetingChatTextMessage: NEMeetingChatMessage & {
    text: string;
}

Type declaration

  • text: string

    消息内容