Class SendContact
java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<SendContact, Message>
io.github.natanimn.telebof.requests.send.SendBuilder<SendContact, Message>
io.github.natanimn.telebof.requests.send.SendContact
SendContact class. Returns sent 
Message on success.- Since:
- 3 March 2025
- 
Constructor SummaryConstructorsConstructorDescriptionSendContact(Object chat_id, String phone_number, String first_name, Api api) Required
- 
Method SummaryModifier and TypeMethodDescriptionOptionalOptionalMethods inherited from class io.github.natanimn.telebof.requests.send.SendBuilderallowPaidBroadcast, businessConnectionId, directMessagesTopicId, disableNotification, disableWebPagePreview, messageEffectId, messageThreadId, parseMode, protectContent, replyMarkup, replyParameters, suggestedPostParametersMethods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequestexec
- 
Constructor Details- 
SendContact
 
- 
- 
Method Details- 
lastNameOptional- Parameters:
- last_name- Contact's last name
- Returns:
- SendContact
 
- 
vcardOptional- Parameters:
- vcard- Additional data about the contact in the form of a vCard, 0-2048 bytes
- Returns:
- SendContact
 
 
-