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
This update is mandatory for all MadelineProto users.
Due to 64-bit user IDs and Telegram's new API TOS, starting from January 1, 2022, old MadelineProto instances will stop working completely: even now, legacy instances can't login due to UPDATE_APP_TO_LOGIN errors.
If you're using MadelineProto 1 through 6, visit the releases page to view changelogs and upgrade tips.
You can also open an issue or visit the support group if you encounter issues while upgrading.
For most usecases, no changes are needed: however, graphical clients based on MadelineProto must implement sponsored messages.
Features:
MadelineProto 7 provides a simple cached API to work with sponsored messages:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Introducing MadelineProto 7!
This update is mandatory for all MadelineProto users.
Due to 64-bit user IDs and Telegram's new API TOS, starting from January 1, 2022, old MadelineProto instances will stop working completely: even now, legacy instances can't login due to
UPDATE_APP_TO_LOGIN
errors.If you're using MadelineProto 1 through 6, visit the releases page to view changelogs and upgrade tips.
You can also open an issue or visit the support group if you encounter issues while upgrading.
For most usecases, no changes are needed: however, graphical clients based on MadelineProto must implement sponsored messages.
Features:
Get sponsored messages for channel, returns a list of sponsored message objects.
Mark sponsored message as read.
Clients must then handle fetched sponsored messages as described in the API documentation.
Changes in layer 133-135:
Added methods:
Changed methods:
Changed Constructors
New Constructors
messageActionChatJoinedByRequest
updatePendingJoinRequests
updateBotChatInviteRequester
inputKeyboardButtonUserProfile
keyboardButtonUserProfile
channelAdminLogEventActionParticipantJoinByRequest
channelAdminLogEventActionToggleNoForwards
channelAdminLogEventActionSendMessage
New simplified EventHandler::startAndLoop API!
Added support for t.me/+ invite links!
New sponsored message API!
Improved DB ORM API, used for example in the event handler!
New FFI-based prime.madelineproto.xyz factorization module!
An all new thread-safe madeline.php autoupdater!
PHP 8.1 support!
Zend hashmaps are now periodically reallocated to clean up RAM!
Deprecations:
Android users can install 64-bit builds of php using Termux.
Raspberry pi users can use a 64-bit distro like archlinuxarm.org.
Fixes:
Internal improvements:
This discussion was created from the release MadelineProto 7.
Beta Was this translation helpful? Give feedback.
All reactions