You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
com.pengrad.telegrambot.model.Message
BusinessConnection business_connection;
should be replaced withString 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#messageThe text was updated successfully, but these errors were encountered: