Merge pull request #52 from camilosampedro/patch-1
Changed the json cahed object class to Sticker
This commit is contained in:
commit
52ba1afad8
@ -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 + '\'' +
|
||||
'}';
|
||||
|
Loading…
Reference in New Issue
Block a user