SippoGroup

public class SippoGroup

Represents a group

  • Name of the group

    Declaration

    Swift

    public var name: String
  • Group identifier

    Declaration

    Swift

    public var groupId: String
  • Users who are joined to group

    Declaration

    Swift

    public var participants: [String]!