1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-10-01 15:06:10 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.send/-send-live-location.md
2021-03-17 15:18:37 +00:00

1.7 KiB

//docs/dev.inmo.tgbotapi.requests.send/SendLiveLocation

SendLiveLocation

[common]
Content
fun SendLiveLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, livePeriod: Seconds, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, disableNotification: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendLocation