Chat SDK for Unity and Windows v1.2.0
Properties | List of all members
AgoraChat.ChatThreadEvent Class Reference
Inheritance diagram for AgoraChat.ChatThreadEvent:

Properties

string From [get, set]
 
ChatThreadOperation Operation [get, set]
 
ChatThread ChatThread [get, set]
 

Property Documentation

◆ From

string AgoraChat.ChatThreadEvent.From
getset

Gets thread event sender.

Returns
The thread event sender.

◆ Operation

ChatThreadOperation AgoraChat.ChatThreadEvent.Operation
getset

Gets thread event operation.

Returns
The thread event operation.

◆ ChatThread

ChatThread AgoraChat.ChatThreadEvent.ChatThread
getset

Gets the thread in thread event.

Returns
The thread in thread event.