Click or drag to resize

ChatSourceItemGetConversation Method

Gets the conversation with the specified ID from this chat source.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public ChatConversationItem? GetConversation(
	string id
)

Parameters

id  String
The ID of the conversation.

Return Value

ChatConversationItem
The conversation, if found; otherwise.
See Also