次の方法で共有


ChatMessageContent interface

チャット メッセージの内容。

プロパティ

attachments

このメッセージの添付ファイルの一覧

initiator

Azure Communication Services の参加者を識別します。 参加者は、電話番号や Azure 通信ユーザーなどです。 このモデルは共用体として解釈する必要があります。rawId とは別に、さらに 1 つ以上のプロパティを設定できます。

message

テキストまたは html 型のメッセージのチャット メッセージ コンテンツ。

participants

種類が participantAdded または participantRemoved のメッセージのチャット メッセージ コンテンツ。

topic

topicUpdated 型のメッセージのチャット メッセージ コンテンツ。

プロパティの詳細

attachments

このメッセージの添付ファイルの一覧

attachments?: ChatAttachment[]

プロパティ値

initiator

Azure Communication Services の参加者を識別します。 参加者は、電話番号や Azure 通信ユーザーなどです。 このモデルは共用体として解釈する必要があります。rawId とは別に、さらに 1 つ以上のプロパティを設定できます。

initiator?: CommunicationIdentifierKind

プロパティ値

message

テキストまたは html 型のメッセージのチャット メッセージ コンテンツ。

message?: string

プロパティ値

string

participants

種類が participantAdded または participantRemoved のメッセージのチャット メッセージ コンテンツ。

participants?: ChatParticipant[]

プロパティ値

topic

topicUpdated 型のメッセージのチャット メッセージ コンテンツ。

topic?: string

プロパティ値

string