diff --git a/src/main/java/io/github/redouane59/twitter/dto/tweet/ReplySettings.java b/src/main/java/io/github/redouane59/twitter/dto/tweet/ReplySettings.java index 2be29f46..1aa8ccfd 100644 --- a/src/main/java/io/github/redouane59/twitter/dto/tweet/ReplySettings.java +++ b/src/main/java/io/github/redouane59/twitter/dto/tweet/ReplySettings.java @@ -11,7 +11,9 @@ public enum ReplySettings { @JsonProperty("following") FOLLOWING("following"), @JsonProperty("other") - OTHER("other"); + OTHER("other"), + @JsonProperty("verified") + VERIFIED("verified"); public final String label;