Click or drag to resize

SparkMessages Property

Gets the messages, which is an instance of MessageClient Messages are how we communicate in a room. Use messages to manage the messages on behalf of the authenticated user.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public MessageClient Messages { get; }

Property Value

Type: MessageClient
The messages.
Remarks
Since: 0.1.0
See Also