messageNotifications property

  1. @JsonKey.new(includeIfNull: false, name: 'message_notifications')
UserNotificationSettings? messageNotifications
final

Default guild notification level

Implementation

@JsonKey(includeIfNull: false, name: 'message_notifications')
final UserNotificationSettings? messageNotifications;