TelegramBot.sendLocation

Send point on the map

  1. Message sendLocation(T chat_id, float latitude, float longitude)
  2. Message sendLocation(SendLocationMethod m)
    struct TelegramBot
    @trusted
    sendLocation

Return Value

Type: Message

Sent Message

Throws

TelegramBotException on errors

See Also

Meta