ChatSourceItemGetConversation Method |  |
Gets the conversation with the specified ID from this chat source.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic ChatConversationItem? GetConversation(
string id
)
Parameters
- id String
- The ID of the conversation.
Return Value
ChatConversationItem
The conversation, if found;
otherwise.
See Also