approximatePresenceCount property
approximate number of non-offline members in this guild, returned from the
GET /guilds/<id>
endpoint when with_counts is true
Implementation
@JsonKey(name: 'approximate_presence_count')
final int? approximatePresenceCount;