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

Bug in business_message #400

Closed
RANKTW opened this issue Oct 23, 2024 · 1 comment
Closed

Bug in business_message #400

RANKTW opened this issue Oct 23, 2024 · 1 comment

Comments

@RANKTW
Copy link

RANKTW commented Oct 23, 2024

com.pengrad.telegrambot.model.Message

BusinessConnection business_connection; should be replaced with String business_connection_id

when getting business_message updates, it will always return business_connection_id as a string only instead of the whole BusinessConnection object, see https://core.telegram.org/bots/api#message

pengrad added a commit that referenced this issue Nov 2, 2024
@pengrad
Copy link
Owner

pengrad commented Nov 2, 2024

Thanks, fixed in 7.11

@pengrad pengrad closed this as completed Nov 2, 2024
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

No branches or pull requests

2 participants