Represents a single chat entry in a ChatInteraction.
Namespace: ININ.IceLib.InteractionsAssembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public class ChatText |
Visual Basic |
---|
Public Class ChatText |
Remarks
The Text property of the ChatText object contains the text of a single entry in the chat history.
To get all entries exchanged in the course of the chat, call the GetHistory()()()() method of the ChatInteraction
class. It returns a read-only collection of ChatText objects.
Inheritance Hierarchy
System..::..Object
ININ.IceLib.Interactions..::..ChatText
ININ.IceLib.Interactions..::..ChatText
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.