Class SendVenue
java.lang.Object
io.micronaut.chatbots.telegram.api.send.Send
io.micronaut.chatbots.telegram.api.send.SendCoordinates
io.micronaut.chatbots.telegram.api.send.SendVenue
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull String@Nullable String@Nullable String@NonNull StringgetTitle()voidsetAddress(@NonNull String address) voidsetFoursquareId(@Nullable String foursquareId) voidsetFoursquareType(@Nullable String foursquareType) voidMethods inherited from class io.micronaut.chatbots.telegram.api.send.SendCoordinates
getLatitude, getLongitude, setLatitude, setLongitudeMethods inherited from class io.micronaut.chatbots.telegram.api.send.Send
getChatId, getDisableNotification, getMethod, getReplyMarkup, getReplyToMessageId, setChatId, setDisableNotification, setReplyMarkup, setReplyToMessageId
-
Constructor Details
-
SendVenue
public SendVenue()
-
-
Method Details
-
getTitle
- Returns:
- Name of the venue
-
setTitle
- Parameters:
title- Name of the venue
-
getAddress
- Returns:
- Address of the venue.
-
setAddress
- Parameters:
address- Address of the venue.
-
getFoursquareId
- Returns:
- Foursquare identifier of the venue.
-
setFoursquareId
- Parameters:
foursquareId- Foursquare identifier of the venue.
-
getFoursquareType
- Returns:
- Foursquare type of the venue
-
setFoursquareType
- Parameters:
foursquareType- Foursquare type of the venue
-