The GroupMessage type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (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.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| DateSent |
Gets the DateTime the message was sent.
| |
| FromUserID |
Gets the user ID of the user that sent the message to the group.
| |
| Group |
Gets the Message group that the message was sent to.
| |
| Latitude |
Gets the optional latitude from where the message was sent.
| |
| Longitude |
Gets the optional longitude from where the message was sent.
| |
| Text |
Gets the text value of the message.
|