GroupFullInfo

public class GroupFullInfo : TeamCommon.GroupSummary

Full description of a group.

  • List of group members.

    Declaration

    Swift

    public let members: [Team.GroupMemberInfo]?
  • The group creation time as a UTC timestamp in milliseconds since the Unix epoch.

    Declaration

    Swift

    public let created: UInt64