Update User.java
This commit is contained in:
parent
5dee2150a8
commit
d6232f4846
@ -1,16 +1,16 @@
|
||||
package de.Linus122.TelegramComponents;
|
||||
|
||||
public class User {
|
||||
private int id;
|
||||
private long id;
|
||||
private boolean is_bot;
|
||||
private String first_name;
|
||||
private String last_name;
|
||||
|
||||
public int getId() {
|
||||
public long getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
public void setId(int id) {
|
||||
public void setId(long id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user