Fixing wrong JsonProperty name for StickerSet

This commit is contained in:
Yaroslav 2022-11-29 18:31:37 +00:00 committed by GitHub
parent 888e0deac6
commit 95c2a597e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class StickerSet implements BotApiObject {
/**
* Type of stickers in the set, currently one of regular, mask, custom_emoji
*/
@JsonProperty(STICKERS_FIELD)
@JsonProperty(STICKERTYPE_FIELD)
private String stickerType;
/**
* Sticker set name