messageNotifications property
- @JsonKey.new(includeIfNull: false, name: 'message_notifications')
final
Default guild notification level
Implementation
@JsonKey(includeIfNull: false, name: 'message_notifications')
final UserNotificationSettings? messageNotifications;