| Package | Description |
|---|---|
| org.telegram.telegrambots.api.methods.send | |
| org.telegram.telegrambots.bots |
| Modifier and Type | Method and Description |
|---|---|
SendLocation |
SendLocation.disableNotification() |
SendLocation |
SendLocation.enableNotification() |
SendLocation |
SendLocation.setChatId(Long chatId) |
SendLocation |
SendLocation.setChatId(String chatId) |
SendLocation |
SendLocation.setLatitude(Float latitude) |
SendLocation |
SendLocation.setLivePeriod(Integer livePeriod) |
SendLocation |
SendLocation.setLongitude(Float longitude) |
SendLocation |
SendLocation.setReplyMarkup(ReplyKeyboard replyMarkup) |
SendLocation |
SendLocation.setReplyToMessageId(Integer replyToMessageId) |
| Modifier and Type | Method and Description |
|---|---|
Message |
AbsSender.sendLocation(SendLocation sendLocation)
Deprecated.
|
void |
AbsSender.sendLocationAsync(SendLocation sendLocation,
SentCallback<Message> sentCallback)
Deprecated.
|
Copyright © 2018. All rights reserved.