Skip to main content

Class ChatPresence

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ChatPresence. Represents presence information for a chat user, bundled with some other useful information

Inheritance

objectCarrierChatPresence

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ChatPresence()

Default constructor - defaults any enum props to 0.

Properties

ChatTopics

An array of ids with chat topics that this user is a member of

Property Value

int[]

DisplayName

The display name of the chat user

Property Value

string

OngoingChats

The number of ongoing chats this users has now

Property Value

int

Present

Indicates if the user has the chat presence turned on or off

Property Value

bool

UserId

The id for the chat user

Property Value

int

See Also

ChatAgent