Skip to content

Commit d7f4a74

Browse files
committed
Api Version 7.8
1 parent 1777957 commit d7f4a74

File tree

1 file changed

+4
-2
lines changed
  • telegrambots-client/src/test/java/org/telegram/telegrambots/client

1 file changed

+4
-2
lines changed

telegrambots-client/src/test/java/org/telegram/telegrambots/client/TestData.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ public class TestData {
3232
null,
3333
false,
3434
null,
35-
null
35+
null,
36+
false
3637
);
3738
public static final Chat PRIVATE_CHAT = ChatFullInfo
3839
.builder()
@@ -55,6 +56,7 @@ public class TestData {
5556
false,
5657
null,
5758
false,
58-
null
59+
null,
60+
false
5961
);
6062
}

0 commit comments

Comments
 (0)