Class InputContactMessageContent

java.lang.Object
com.pengrad.telegrambot.model.request.InputMessageContent
com.pengrad.telegrambot.model.request.InputContactMessageContent
All Implemented Interfaces:
java.io.Serializable

public class InputContactMessageContent
extends InputMessageContent
implements java.io.Serializable
Stas Parshin 06 May 2016
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    InputContactMessageContent​(java.lang.String phoneNumber, java.lang.String firstName)  
  • Method Summary

    Modifier and Type Method Description
    InputContactMessageContent lastName​(java.lang.String lastName)  
    InputContactMessageContent vcard​(java.lang.String vcard)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait