Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
aNNiMON committed Jul 6, 2024
1 parent 1441609 commit 3331463
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
@JsonSubTypes.Type(value = InaccessibleMessage.class, name = "0")
})
public interface MaybeInaccessibleMessage extends BotApiObject {
String DATE_FIELD = "date";

@JsonIgnore
default boolean isUserMessage() {
return true;
Expand Down

0 comments on commit 3331463

Please sign in to comment.