Skip to content

Commit

Permalink
Api Version 7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenlagus committed Aug 18, 2024
1 parent 1777957 commit d7f4a74
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public class TestData {
null,
false,
null,
null
null,
false
);
public static final Chat PRIVATE_CHAT = ChatFullInfo
.builder()
Expand All @@ -55,6 +56,7 @@ public class TestData {
false,
null,
false,
null
null,
false
);
}

0 comments on commit d7f4a74

Please sign in to comment.