Update Chat.java
This commit is contained in:
parent
d0ee4ac4f5
commit
17ed5b5859
@ -1,14 +1,14 @@
|
||||
package de.Linus122.TelegramComponents;
|
||||
|
||||
public class Chat {
|
||||
private int id;
|
||||
private long id;
|
||||
private String type;
|
||||
|
||||
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