Class Contact
- java.lang.Object
-
- org.telegram.telegrambots.meta.api.objects.Contact
-
- All Implemented Interfaces:
Serializable,BotApiObject
public class Contact extends Object implements BotApiObject
- Version:
- 1.0 This object represents a phone contact.
- Author:
- Ruben Bermudez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Contact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFirstName()StringgetLastName()StringgetPhoneNumber()IntegergetUserID()StringgetVCard()StringtoString()
-