approximatePresenceCount property

  1. @JsonKey(name: 'approximate_presence_count')
int? approximatePresenceCount
final

approximate number of non-offline members in this guild, returned from the GET /guilds/

Implementation

@JsonKey(name: 'approximate_presence_count')
final int? approximatePresenceCount;