contentWarningText property
Custom channel content warning text (max 200 characters); null inherits from parent or guild
Implementation
@JsonKey(includeIfNull: false, name: 'content_warning_text')
final String? contentWarningText;
Custom channel content warning text (max 200 characters); null inherits from parent or guild
@JsonKey(includeIfNull: false, name: 'content_warning_text')
final String? contentWarningText;