inviteCode property
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;
Invite code proving access to the guild (required when not a member of a non-discoverable guild)
@JsonKey(includeIfNull: false, name: 'invite_code')
final String? inviteCode;