Message Class |
Namespace: SparkSDK
public class Message
The Message type exposes the following members.
Name | Description | |
---|---|---|
Created |
The timestamp that the message being created.
| |
Files |
A array of public URLs of the attachments in the message.
| |
Id |
The identifier of this message.
| |
IsSelfMentioned |
If self is mentioned in this message.
| |
PersonEmail |
The email address of the person who sent this message.
| |
PersonId |
The identifier of the person who sent this message.
| |
RoomId |
The identifier of the room where this message was posted.
| |
RoomType |
The type of room, group or direct.
| |
Text |
The content of the message text, it is plain text or rich text.
| |
ToPersonEmail |
The email address of the recipient when sending a private 1:1 message.
| |
ToPersonId |
The identifier of the recipient when sending a private 1:1 message.
|