Update Chat.java
This commit is contained in:
parent
d0ee4ac4f5
commit
17ed5b5859
@ -1,14 +1,14 @@
|
|||||||
package de.Linus122.TelegramComponents;
|
package de.Linus122.TelegramComponents;
|
||||||
|
|
||||||
public class Chat {
|
public class Chat {
|
||||||
private int id;
|
private long id;
|
||||||
private String type;
|
private String type;
|
||||||
|
|
||||||
public int getId() {
|
public long getId() {
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setId(int id) {
|
public void setId(long id) {
|
||||||
this.id = id;
|
this.id = id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user