sunriselink / TelegramApi

JavaScript library for using Telegram API
GNU General Public License v3.0
75 stars 25 forks source link

sendLocation #11

Open ghost opened 6 years ago

ghost commented 6 years ago

Is there any way to sendLocation? @sunriselink https://core.telegram.org/bots/api#sendlocation

sunriselink commented 6 years ago

@eleva Project was suspended indefinitely. You may use invokeApi method (docs here).

ghost commented 6 years ago

It seems the schema (even in last layer 23), still does not support sendLocation API call. I'll find a workaround: maybe sending latitude and longitude as a normal text message, then letting the bot parse it.

Thank you.