Package org.drinkless.tdlib
Class TdApi.InputMessageVenue
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputMessageContent
org.drinkless.tdlib.TdApi.InputMessageVenue
- Enclosing class:
TdApi
A message with information about a venue.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.InputMessageContent
TdApi.InputMessageContent.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Venue to send. -
Constructor Summary
ConstructorsConstructorDescriptionA message with information about a venue.InputMessageVenue(TdApi.Venue venue) A message with information about a venue. -
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
-
venue
Venue to send. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputMessageVenue
public InputMessageVenue()A message with information about a venue. -
InputMessageVenue
A message with information about a venue.- Parameters:
venue- Venue 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.InputMessageContent- Returns:
- this.CONSTRUCTOR
-