Skip to content

Commit

Permalink
Changing userId to Long for RefundStarPayment method
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryJKirk authored and rubenlagus committed Jun 16, 2024
1 parent 725c84c commit 493bee7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class RefundStarPayment extends BotApiMethodBoolean {
*/
@JsonProperty(USER_ID_FIELD)
@NonNull
private Integer userId;
private Long userId;
/**
* Telegram payment identifier
*/
Expand Down

0 comments on commit 493bee7

Please sign in to comment.