Fixing wrong JsonProperty name for StickerSet
This commit is contained in:
parent
888e0deac6
commit
95c2a597e1
@ -36,7 +36,7 @@ public class StickerSet implements BotApiObject {
|
|||||||
/**
|
/**
|
||||||
* Type of stickers in the set, currently one of “regular”, “mask”, “custom_emoji”
|
* Type of stickers in the set, currently one of “regular”, “mask”, “custom_emoji”
|
||||||
*/
|
*/
|
||||||
@JsonProperty(STICKERS_FIELD)
|
@JsonProperty(STICKERTYPE_FIELD)
|
||||||
private String stickerType;
|
private String stickerType;
|
||||||
/**
|
/**
|
||||||
* Sticker set name
|
* Sticker set name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user