reportedChannelEffectiveContentWarningLevel property

  1. @JsonKey.new(includeIfNull: false, name: 'reported_channel_effective_content_warning_level')
ContentWarningLevel? reportedChannelEffectiveContentWarningLevel
final

Implementation

@JsonKey(
  includeIfNull: false,
  name: 'reported_channel_effective_content_warning_level',
)
final ContentWarningLevel? reportedChannelEffectiveContentWarningLevel;