GroupMeMessageData PropertiesCkSoftware GroupMe SDK - Documentation

The GroupMeMessageData type exposes the following members.

Properties

  NameDescription
Public propertyAttachments
The list of all attachments to this message.
Public propertyAvatar
Parsed PictureData object from the AvatarUrl.
Public propertyAvatarUrl
The avatar url of the message-poster member.
Public propertyCreatedAt
The parsed CreatedAt DateTime.
Public propertyCreatedSecondsSinceEpoch
The CreatedAt DateTime in unix notation (seconds since epoch).
Public propertyGroupId
The id of the group where this message was posted.
Public propertyIsSystemMessage
Indicates if this is a system-generated message (eg. a user leave / add or a nickname change).
Public propertyLikedByUserIds
Contains all user-id's which liked this message.
Public propertyMessageId
The unique message id.
Public propertyName
The name of the message-poster member.
Public propertyRawData
The raw Json-data of this message (can be used if a custom parsing is needed).
Public propertyReceived
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!).
Public propertySourceGuid
A guid to identify a message, can be used for client-side deduplication.
Public propertyText
The text of this message.
Public propertyUserId
The UserId of the message-poster member.
Top
See Also