Class
ChatTimeSeparatorMessage

Represents a chat message used to visually separate messages by time within a chat conversation.

Definition

Constructors

ChatTimeSeparatorMessage(DateTime)

Initializes a new instance of the ChatTimeSeparatorMessage class with the specified timestamp.

Declaration

cs-api-definition
public ChatTimeSeparatorMessage(DateTime timeStamp)

Parameters

timeStamp

DateTime

The date and time to associate with the time separator message.

ChatTimeSeparatorMessage(DateTime, object)

Initializes a new instance of the ChatTimeSeparatorMessage class with the specified timestamp and optional user data.

Declaration

cs-api-definition
public ChatTimeSeparatorMessage(DateTime timeStamp, object userData)

Parameters

timeStamp

DateTime

The date and time associated with the time separator message.

userData

object

An optional user-defined object that contains additional data related to the message. Can be null.