Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
Use Long for id
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel committed Sep 13, 2016
1 parent df82be5 commit 96642d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/vivistra/telegrambot/model/GroupChat.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static GroupChat fromJSON(JSONObject chatObject) {
*
* @return
*/
public long getId() {
public Long getId() {
return id;
}

Expand Down

1 comment on commit 96642d2

@chalkpe
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.