Full support and build fix.
This commit is contained in:
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user