Skip to content

Commit f06268d

Browse files
committed
update telegeram user id to Long
Signed-off-by: Jeeva Kandasamy <[email protected]>
1 parent f68ae94 commit f06268d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/core/src/main/java/org/mycontroller/standalone/settings/TelegramBotSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2018 Jeeva Kandasamy ([email protected])
2+
* Copyright 2015-2022 Jeeva Kandasamy ([email protected])
33
* and other contributors as indicated by the @author tags.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -45,7 +45,7 @@ public class TelegramBotSettings {
4545

4646
private String token;
4747

48-
private Integer id;
48+
private Long id;
4949
private Boolean isBot;
5050
private String firstName;
5151
private String username;

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2015-2021 Jeeva Kandasamy ([email protected])
4+
Copyright 2015-2022 Jeeva Kandasamy ([email protected])
55
and other contributors as indicated by the @author tags.
66
77
Licensed under the Apache License, Version 2.0 (the "License");
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.mycontroller</groupId>
2525
<artifactId>mycontroller-parent</artifactId>
26-
<version>43</version>
26+
<version>44</version>
2727
</parent>
2828

2929
<groupId>org.mycontroller.standalone</groupId>

0 commit comments

Comments
 (0)