Difference between interaction.guildId and interaction.guild.id
Is there any sort of performance difference or anything like that between using
interaction.guildId and using interaction.guild.id? I have the same question regarding using interaction.user.id and using interaction.member.id. Which is the better one to use in both cases if I just need the ID?