inviteCode property

  1. @JsonKey.new(includeIfNull: false, name: 'invite_code')
String? inviteCode
final

Invite code proving access to the guild (required when not a member of a non-discoverable guild)

Implementation

@JsonKey(includeIfNull: false, name: 'invite_code')
final String? inviteCode;