Merge pull request #52 from camilosampedro/patch-1

Changed the json cahed object class to Sticker
This commit is contained in:
Ruben Bermudez 2016-04-29 12:23:24 +02:00
commit 52ba1afad8

View File

@ -118,10 +118,10 @@ public class InlineQueryResultCachedSticker implements InlineQueryResult {
@Override
public String toString() {
return "InlineQueryResultCachedGif{" +
return "InlineQueryResultCachedSticker{" +
"type='" + type + '\'' +
", id='" + id + '\'' +
", gifUrl='" + stickerFileId + '\'' +
", sticker_file_id='" + stickerFileId + '\'' +
", inputMessageContent='" + inputMessageContent + '\'' +
", replyMarkup='" + replyMarkup + '\'' +
'}';