| Package | Description |
|---|---|
| org.telegram.telegrambots.api.methods.send | |
| org.telegram.telegrambots.bots |
| Modifier and Type | Method and Description |
|---|---|
SendVenue |
SendVenue.disableNotification() |
SendVenue |
SendVenue.enableNotification() |
SendVenue |
SendVenue.setAddress(String address) |
SendVenue |
SendVenue.setChatId(Long chatId) |
SendVenue |
SendVenue.setChatId(String chatId) |
SendVenue |
SendVenue.setFoursquareId(String foursquareId) |
SendVenue |
SendVenue.setLatitude(Float latitude) |
SendVenue |
SendVenue.setLongitude(Float longitude) |
SendVenue |
SendVenue.setReplyMarkup(ReplyKeyboard replyMarkup) |
SendVenue |
SendVenue.setReplyToMessageId(Integer replyToMessageId) |
SendVenue |
SendVenue.setTitle(String title) |
| Modifier and Type | Method and Description |
|---|---|
Message |
AbsSender.sendVenue(SendVenue sendVenue)
Deprecated.
|
void |
AbsSender.sendVenueAsync(SendVenue sendVenue,
SentCallback<Message> sentCallback)
Deprecated.
|
Copyright © 2018. All rights reserved.