mentionFlags property
- @JsonKey.new(includeIfNull: false, name: 'mention_flags')
final
Account-wide reply mention preference (NO_PREFERENCE, PREFER_MENTION, PREFER_NO_MENTION)
Implementation
@JsonKey(includeIfNull: false, name: 'mention_flags')
final MentionReplyPreferences? mentionFlags;