Package org.drinkless.tdlib
Class TdApi.InputMessageContact
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputMessageContent
org.drinkless.tdlib.TdApi.InputMessageContact
- Enclosing class:
- TdApi
A message containing a user contact.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Contact to send. -
Constructor Summary
ConstructorsConstructorDescriptionA message containing a user contact.InputMessageContact(TdApi.Contact contact) A message containing a user contact. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
contact
Contact to send. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputMessageContact
public InputMessageContact()A message containing a user contact. -
InputMessageContact
A message containing a user contact.- Parameters:
contact- Contact to send.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-