defaultMessageNotifications property

  1. @JsonKey.new(includeIfNull: false, name: 'default_message_notifications')
DefaultMessageNotifications? defaultMessageNotifications
final

Default notification level for new members

Implementation

@JsonKey(includeIfNull: false, name: 'default_message_notifications')
final DefaultMessageNotifications? defaultMessageNotifications;