Skip to content

Conversation

@anfanik
Copy link
Collaborator

@anfanik anfanik commented Oct 31, 2024

This pull request implements the Bot API 7.10 update and some missed features from previous updates

@anfanik anfanik requested a review from pengrad October 31, 2024 17:03
package com.pengrad.telegrambot.model.giveaway

data class GiveawayCreated(
@get:JvmName("prizeStarCount") val prizeStarCount: Int
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It says "Optional", perhaps should be Int? = null or Int = 0

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right, it should be Int = 0

@pengrad pengrad merged commit 1d79b77 into master Nov 2, 2024
1 check passed
@pengrad pengrad deleted the v7.10 branch November 2, 2024 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants