다음을 통해 공유


AcsChatParticipantAddedToThreadWithUserEventData interface

Microsoft.Communication.ChatParticipantAddedToThreadWithUser 이벤트에 대한 EventGridEvent의 Data 속성 스키마입니다.

Extends

속성

addedByCommunicationIdentifier

사용자를 추가한 사용자의 통신 식별자입니다.

participantAdded

추가된 사용자의 세부 정보

time

사용자가 스레드에 추가된 시간입니다.

상속된 속성

createTime

스레드의 원래 생성 시간

recipientCommunicationIdentifier

대상 사용자의 통신 식별자입니다.

threadId

채팅 스레드 ID

transactionId

트랜잭션 ID는 공동 관계 벡터로 사용됩니다.

version

스레드의 버전

속성 세부 정보

addedByCommunicationIdentifier

사용자를 추가한 사용자의 통신 식별자입니다.

addedByCommunicationIdentifier: CommunicationIdentifierModel

속성 값

participantAdded

추가된 사용자의 세부 정보

participantAdded: AcsChatThreadParticipant

속성 값

time

사용자가 스레드에 추가된 시간입니다.

time?: string

속성 값

string

상속된 속성 세부 정보

createTime

스레드의 원래 생성 시간

createTime: string

속성 값

string

AcsChatThreadEventBase.createTime 상속된

recipientCommunicationIdentifier

대상 사용자의 통신 식별자입니다.

recipientCommunicationIdentifier: CommunicationIdentifierModel

속성 값

AcsChatThreadEventBase.recipientCommunicationIdentifier 상속된

threadId

채팅 스레드 ID

threadId: string

속성 값

string

AcsChatThreadEventBase.threadId 상속된

transactionId

트랜잭션 ID는 공동 관계 벡터로 사용됩니다.

transactionId: string

속성 값

string

AcsChatThreadEventBase.transactionId 상속된

version

스레드의 버전

version: number

속성 값

number

AcsChatThreadEventBase.version 상속된