| 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.setLongitude(Float longitude) |
SendLocation |
SendLocation.setReplyMarkup(ReplyKeyboard replyMarkup) |
SendLocation |
SendLocation.setReplyToMessageId(Integer replyToMessageId) |
| Modifier and Type | Method and Description |
|---|---|
Message |
AbsSender.sendLocation(SendLocation sendLocation) |
void |
AbsSender.sendLocationAsync(SendLocation sendLocation,
SentCallback<Message> sentCallback) |
Copyright © 2016. All rights reserved.