Full support and build fix.

This commit is contained in:
John Preston
2025-12-18 22:25:12 +04:00
parent 53324d5494
commit 28434f4bee
136 changed files with 681 additions and 692 deletions

View File

@@ -1178,8 +1178,8 @@ void LocationPicker::venuesSendRequest() {
}
_venuesRequestId = _api.request(MTPmessages_GetInlineBotResults(
MTP_flags(MTPmessages_GetInlineBotResults::Flag::f_geo_point),
_venuesBot->inputUser,
(_venueRecipient ? _venueRecipient->input : MTP_inputPeerEmpty()),
_venuesBot->inputUser(),
(_venueRecipient ? _venueRecipient->input() : MTP_inputPeerEmpty()),
MTP_inputGeoPoint(
MTP_flags(0),
MTP_double(_venuesRequestLocation.point.x()),