approximatePresenceCount property

int? approximatePresenceCount
final

approximate number of non-offline members in this guild, returned from the GET /guilds/<id> endpoint when with_counts is true

is not always returned, hence the nullable property

Implementation

final int? approximatePresenceCount;