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
-
Method Summary
Modifier and TypeMethodDescription@NonNull String
@Nullable String
@Nullable String
@NonNull String
getTitle()
void
setAddress
(@NonNull String address) void
setFoursquareId
(@Nullable String foursquareId) void
setFoursquareType
(@Nullable String foursquareType) void
Methods inherited from class io.micronaut.chatbots.telegram.api.send.SendCoordinates
getLatitude, getLongitude, setLatitude, setLongitude
Methods 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
-