Skip to content

Commit

Permalink
hotfix: iconCustomEmojiId is String
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadiducho committed Dec 1, 2023
1 parent ee984a9 commit bf122af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ public class ForumTopicEdited {
/**
* Optional. New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed
*/
@Json(name = "icon_custom_emoji_id") private Integer iconCustomEmojiId;
@Json(name = "icon_custom_emoji_id") private String iconCustomEmojiId;
}

0 comments on commit bf122af

Please sign in to comment.