Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BOT API v7.10 #402

Merged
merged 4 commits into from
Nov 2, 2024
Merged

BOT API v7.10 #402

merged 4 commits into from
Nov 2, 2024

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.

2 participants