Package com.pengrad.telegrambot.request
Class SendContact
- java.lang.Object
-
- com.pengrad.telegrambot.request.BaseRequest<T,SendResponse>
-
- com.pengrad.telegrambot.request.AbstractSendRequest<SendContact>
-
- com.pengrad.telegrambot.request.SendContact
-
public class SendContact extends AbstractSendRequest<SendContact>
stas 5/1/16.
-
-
Field Summary
-
Fields inherited from class com.pengrad.telegrambot.request.BaseRequest
thisAsT
-
-
Constructor Summary
Constructors Constructor Description SendContact(java.lang.Object chatId, java.lang.String phoneNumber, java.lang.String firstName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SendContactlastName(java.lang.String lastName)SendContactvcard(java.lang.String vcard)-
Methods inherited from class com.pengrad.telegrambot.request.AbstractSendRequest
allowSendingWithoutReply, disableNotification, replyMarkup, replyToMessageId
-
Methods inherited from class com.pengrad.telegrambot.request.BaseRequest
add, addAll, getContentType, getFileName, getMethod, getParameters, getResponseType, getTimeoutSeconds, isMultipart, toWebhookResponse
-
-
-
-
Method Detail
-
lastName
public SendContact lastName(java.lang.String lastName)
-
vcard
public SendContact vcard(java.lang.String vcard)
-
-