GroupData PropertiesCkSoftware GroupMe SDK - Documentation

The GroupData type exposes the following members.

Properties

  NameDescription
Public propertyCreatedAt
The DateTime the group was created.
Public propertyCreatedAtSecondsSinceEpoch
The DateTime the group was created in unix format (seconds since epoch).
Public propertyCreatorUserId
The UserId of the creator.
Public propertyDescription
The description text of the group.
Public propertyId
The id of the group.
Public propertyImage
The PictureData for the group-avatar.
Public propertyImageUrl
The group avatar image url.
Public propertyMembers
The list of currently active group-members.
Public propertyMessages
The message info of the last written group-message.
Public propertyName
The name of the group.
Public propertyOfficeMode
Defines if the group is in office mode.
Public propertyPhoneNumber
The phone-number of this group (for SMS to group communication).
Public propertyShareUrl
The share url of this group.
Public propertyTypeObsolete.
OBSOLETE: a type string which is no longer used according to the GroupMe API support.
Public propertyUpdatedAt
The DateTime the group was last updated.
Public propertyUpdatedAtSecondsSinceEpoch
The DateTime the group was last updated in unix format (seconds since epoch).
Top
See Also