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
public static class TdApi.InputMessageVenue extends TdApi.InputMessageContent
A message with information about a venue.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.VenuevenueVenue to send.
-
Constructor Summary
Constructors Constructor Description InputMessageVenue()A message with information about a venue.InputMessageVenue(TdApi.Venue venue)A message with information about a venue.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
venue
public TdApi.Venue venue
Venue to send.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InputMessageVenue
public InputMessageVenue()
A message with information about a venue.
-
InputMessageVenue
public InputMessageVenue(TdApi.Venue venue)
A message with information about a venue.- Parameters:
venue- Venue to send.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-