defaultMessageNotifications property
- @JsonKey.new(includeIfNull: false, name: 'default_message_notifications')
final
Default notification level for new members
Implementation
@JsonKey(includeIfNull: false, name: 'default_message_notifications')
final DefaultMessageNotifications? defaultMessageNotifications;