mentionFlags property

  1. @JsonKey.new(includeIfNull: false, name: 'mention_flags')
MentionReplyPreferences? mentionFlags
final

Per-guild reply mention preference override for this member; NO_PREFERENCE inherits the user's account-wide setting

Implementation

@JsonKey(includeIfNull: false, name: 'mention_flags')
final MentionReplyPreferences? mentionFlags;