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
In commit 533a81c the Buttons and the ButtonsRow class were added without implementing the BaseObject class which already had the serialize method for serializing the data to json, instead a new _serialize_attachment method was used without adding it to the ForceReply class, resulting in the impossibility of using ForceReply in botogram 1.0 when the deprecated extra argument will be removed.
The text was updated successfully, but these errors were encountered:
In commit 533a81c the Buttons and the ButtonsRow class were added without implementing the BaseObject class which already had the
serialize
method for serializing the data to json, instead a new_serialize_attachment
method was used without adding it to the ForceReply class, resulting in the impossibility of using ForceReply in botogram 1.0 when the deprecatedextra
argument will be removed.The text was updated successfully, but these errors were encountered: