mast/telegram-bot-api

Latitude and longitude not found for sendLocation

IAmMalte opened this issue · 1 comments

On lines 583 and 584.

Should be
var args = {
chat_id: params.chat_id,
latitude: params.latitude,
longitude: params.longitude
};

mast commented

Fixed in 1.0.0