mentionFlags property
- @JsonKey.new(includeIfNull: false, name: 'mention_flags')
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;