| Package | Description |
|---|---|
| org.telegram.telegrambots.api.methods.send | |
| org.telegram.telegrambots.bots |
| Modifier and Type | Method and Description |
|---|---|
SendContact |
SendContact.disableNotification() |
SendContact |
SendContact.enableNotification() |
SendContact |
SendContact.setChatId(Long chatId) |
SendContact |
SendContact.setChatId(String chatId) |
SendContact |
SendContact.setFirstName(String firstName) |
SendContact |
SendContact.setLastName(String lastName) |
SendContact |
SendContact.setPhoneNumber(String phoneNumber) |
SendContact |
SendContact.setReplyMarkup(ReplyKeyboard replyMarkup) |
SendContact |
SendContact.setReplyToMessageId(Integer replyToMessageId) |
| Modifier and Type | Method and Description |
|---|---|
Message |
AbsSender.sendContact(SendContact sendContact) |
void |
AbsSender.sendContactAsync(SendContact sendContact,
SentCallback<Message> sentCallback) |
Copyright © 2016. All rights reserved.