members()
Returns an array of persons in a group.
Declaration
func members() -> [Any]!Discussion
If this group doesn’t contain any people, this method returns an empty array.
Returns an array of persons in a group.
func members() -> [Any]!If this group doesn’t contain any people, this method returns an empty array.