Class InputVenueMessageContent
java.lang.Object
io.github.natanimn.telebof.types.input.InputVenueMessageContent
- All Implemented Interfaces:
InputMessageContent
,Serializable
Represents the content of a venue message to be sent as the result of an inline query.
- Since:
- 3 March 2025
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInputVenueMessageContent
(double latitude, double longitude, String title, String address) Required -
Method Summary
Modifier and TypeMethodDescriptionboolean
foursquareId
(String foursquare_id) OptionalfoursquareType
(String foursquare_type) OptionalgooglePlaceId
(String google_place_id) OptionalgooglePlaceType
(String google_place_type) Optionalint
hashCode()
-
Constructor Details
-
InputVenueMessageContent
-
-
Method Details
-
foursquareId
Optional- Parameters:
foursquare_id
- Foursquare identifier of the venue, if known- Returns:
InputVenueMessageContent
-
foursquareType
Optional- Parameters:
foursquare_type
- Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)- Returns:
InputVenueMessageContent
-
googlePlaceId
Optional- Parameters:
google_place_id
- Google Places identifier of the venue- Returns:
InputVenueMessageContent
-
googlePlaceType
Optional- Parameters:
google_place_type
- Google Places type of the venue.- Returns:
InputVenueMessageContent
- See Also:
-
equals
-
hashCode
-