replySetting property

  1. @JsonKey(name: 'reply_settings')
ReplySetting? replySetting
inherited

Shows who can reply to this Tweet. Fields returned are ReplySetting.everyone, ReplySetting.mentionedUsers, and ReplySetting.following. To obtain this field, add TweeField.replySetting in the request's query parameter.

How It Can Be Used

  • This field allows you to determine whether conversation reply settings have been set for the Tweet and if so, what settings have been set.

Implementation

@JsonKey(name: 'reply_settings')
ReplySetting? get replySetting => throw _privateConstructorUsedError;