File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
library/src/main/java/com/pengrad/telegrambot/model Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ public class ChatShared implements Serializable {
9
9
private Integer request_id ;
10
10
private Long chat_id ;
11
11
12
- private Integer requestId () {
12
+ public Integer requestId () {
13
13
return request_id ;
14
14
}
15
15
16
- private Long chatId () {
16
+ public Long chatId () {
17
17
return chat_id ;
18
18
}
19
19
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ public class UserShared implements Serializable {
9
9
private Integer request_id ;
10
10
private Long user_id ;
11
11
12
- private Integer requestId () {
12
+ public Integer requestId () {
13
13
return request_id ;
14
14
}
15
15
16
- private Long userId () {
16
+ public Long userId () {
17
17
return user_id ;
18
18
}
19
19
You can’t perform that action at this time.
0 commit comments