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
The recent update of the Bots API renamed some of the filelds in the Message object. While the old ones will probably keep working for some time, renaming them is a thing I want to do because the old name is plain ugly.
new_chat_participant>new_chat_member
left_chat_participant>left_chat_member
I'll ensure backward compatibility for this change until botogram 1.0.
The text was updated successfully, but these errors were encountered:
The recent update of the Bots API renamed some of the filelds in the
Message
object. While the old ones will probably keep working for some time, renaming them is a thing I want to do because the old name is plain ugly.new_chat_participant
>new_chat_member
left_chat_participant
>left_chat_member
I'll ensure backward compatibility for this change until botogram 1.0.
The text was updated successfully, but these errors were encountered: