mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-10-03 13:07:48 +00:00
Update API scheme to layer 120.
This commit is contained in:
@@ -473,6 +473,9 @@ QByteArray SerializeMessage(
|
||||
}, [&](const ActionContactSignUp &data) {
|
||||
pushActor();
|
||||
pushAction("joined_telegram");
|
||||
}, [&](const ActionGeoProximityReached &data) {
|
||||
pushActor();
|
||||
pushAction("proximity_reached"); // #TODO files distance from to
|
||||
}, [&](const ActionPhoneNumberRequest &data) {
|
||||
pushActor();
|
||||
pushAction("requested_phone_number");
|
||||
|
Reference in New Issue
Block a user