The GroupData type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CreatedAt |
The DateTime the group was created.
|
![]() | CreatedAtSecondsSinceEpoch |
The DateTime the group was created in unix format (seconds since epoch).
|
![]() | CreatorUserId |
The UserId of the creator.
|
![]() | Description |
The description text of the group.
|
![]() | Id |
The id of the group.
|
![]() | Image |
The PictureData for the group-avatar.
|
![]() | ImageUrl |
The group avatar image url.
|
![]() | Members |
The list of currently active group-members.
|
![]() | Messages |
The message info of the last written group-message.
|
![]() | Name |
The name of the group.
|
![]() | OfficeMode |
Defines if the group is in office mode.
|
![]() | PhoneNumber |
The phone-number of this group (for SMS to group communication).
|
![]() | ShareUrl |
The share url of this group.
|
![]() | Type | Obsolete.
OBSOLETE: a type string which is no longer used according to the GroupMe API support.
|
![]() | UpdatedAt |
The DateTime the group was last updated.
|
![]() | UpdatedAtSecondsSinceEpoch |
The DateTime the group was last updated in unix format (seconds since epoch).
|
See Also