presences property

List<IPartialPresence?> presences

List of partial presences.

Will only include non-offline members if the size of the guild is greater than the ClientOptions.largeThreshold option.

Implementation

List<IPartialPresence?> get presences;