The GroupMeMessageData type exposes the following members.
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