GroupMe message DAO containing all message-relevant data fields from the GroupMe API for a single message.
Inheritance Hierarchy
CkSoftware.GroupMe.Sdk.Core.Dao GroupMeMessageData
Namespace: CkSoftware.GroupMe.Sdk.Core.Dao
Assembly: CkSoftware.GroupMe.Sdk.Core (in CkSoftware.GroupMe.Sdk.Core.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax
The GroupMeMessageData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GroupMeMessageData | Initializes a new instance of the GroupMeMessageData class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Attachments |
The list of all attachments to this message.
| |
| Avatar |
Parsed PictureData object from the AvatarUrl.
| |
| AvatarUrl |
The avatar url of the message-poster member.
| |
| CreatedAt |
The parsed CreatedAt DateTime.
| |
| CreatedSecondsSinceEpoch |
The CreatedAt DateTime in unix notation (seconds since epoch).
| |
| GroupId |
The id of the group where this message was posted.
| |
| IsSystemMessage |
Indicates if this is a system-generated message (eg. a user leave / add or a nickname change).
| |
| LikedByUserIds |
Contains all user-id's which liked this message.
| |
| MessageId |
The unique message id.
| |
| Name |
The name of the message-poster member.
| |
| RawData |
The raw Json-data of this message (can be used if a custom parsing is needed).
| |
| Received |
The DateTime when this message was received from this framework (will only be filled out on a bot callback. In every
other case this is always DateTime.MinValue!).
| |
| SourceGuid |
A guid to identify a message, can be used for client-side deduplication.
| |
| Text |
The text of this message.
| |
| UserId |
The UserId of the message-poster member.
|
See Also