reportedGuildId property

  1. @JsonKey.new(includeIfNull: true, name: 'reported_guild_id')
SnowflakeType? reportedGuildId
final

Implementation

@JsonKey(includeIfNull: true, name: 'reported_guild_id')
final SnowflakeType? reportedGuildId;