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
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "InlineQueryResultCachedGif{" +
|
return "InlineQueryResultCachedSticker{" +
|
||||||
"type='" + type + '\'' +
|
"type='" + type + '\'' +
|
||||||
", id='" + id + '\'' +
|
", id='" + id + '\'' +
|
||||||
", gifUrl='" + stickerFileId + '\'' +
|
", sticker_file_id='" + stickerFileId + '\'' +
|
||||||
", inputMessageContent='" + inputMessageContent + '\'' +
|
", inputMessageContent='" + inputMessageContent + '\'' +
|
||||||
", replyMarkup='" + replyMarkup + '\'' +
|
", replyMarkup='" + replyMarkup + '\'' +
|
||||||
'}';
|
'}';
|
||||||
|
Loading…
Reference in New Issue
Block a user