presences property

List<DiscordPresenceUpdate>? presences
final

presences of the members in the guild, will only include non-offline members if the size is greater than large threshold

is not always returned, hence the nullable property

Implementation

final List<DiscordPresenceUpdate>? presences;