guildId property

  1. @JsonKey(name: 'guild_id')
String? guildId
final

the guild id this voice state is for

Implementation

@JsonKey(name: 'guild_id')
final String? guildId;