Fix error in pull requests

Merge #36
This commit is contained in:
Rubenlagus 2016-04-17 16:43:27 +02:00
parent 3c96f765c3
commit cbe5613549

View File

@ -51,7 +51,7 @@ public class Sticker implements IBotApiObject {
}
}
public String getFileId() {
public String getFileId() {
return fileId;
}
@ -63,7 +63,7 @@ public class Sticker implements IBotApiObject {
return height;
}
public String getThumb() {
public PhotoSize getThumb() {
return thumb;
}