Class SendVenue
java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<SendVenue,Message>
io.github.natanimn.telebof.requests.send.SendBuilder<SendVenue,Message>
io.github.natanimn.telebof.requests.send.SendVenue
SendVenue class. Returns sent
Message on success.- Since:
- 3 March 2025
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfoursquareId(String foursquareId) OptionalfoursquareType(String foursquareType) OptionalgooglePlaceId(String googlePlaceId) OptionalgooglePlaceType(String googlePlaceType) OptionalMethods inherited from class io.github.natanimn.telebof.requests.send.SendBuilder
allowPaidBroadcast, businessConnectionId, directMessagesTopicId, disableNotification, disableWebPagePreview, messageEffectId, messageThreadId, parseMode, protectContent, replyMarkup, replyParameters, suggestedPostParametersMethods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequest
exec
-
Constructor Details
-
Method Details
-
foursquareId
Optional- Parameters:
foursquareId- Foursquare identifier of the venue- Returns:
SendVenue
-
foursquareType
Optional- Parameters:
foursquareType- Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)- Returns:
SendVenue
-
googlePlaceId
Optional- Parameters:
googlePlaceId- Google Places identifier of the venue- Returns:
SendVenue
-
googlePlaceType
Optional- Parameters:
googlePlaceType- Google Places type of the venue.- Returns:
SendVenue- See Also:
-