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
- Version:
- 1.3.0
- Author:
- Natanim
- See Also:
-
Field Summary
Fields inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequest
api, methodName, parameters -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisableWebPagePreview(boolean disableWebPagePreview) Deprecated, for removal: This API element is subject to removal in a future version.foursquareId(String foursquareId) OptionalfoursquareType(String foursquareType) OptionalgooglePlaceId(String googlePlaceId) OptionalgooglePlaceType(String googlePlaceType) OptionalDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class io.github.natanimn.telebof.requests.send.SendBuilder
allowPaidBroadcast, businessConnectionId, directMessagesTopicId, disableNotification, messageEffectId, messageThreadId, protectContent, replyMarkup, replyParameters, suggestedPostParametersMethods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequest
add, exec, getContentType, getMethodName, getParameters, getResponseType, hasMultipart, setHasMultipart
-
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:
-
parseMode
Deprecated, for removal: This API element is subject to removal in a future version.Not Implemented- Overrides:
parseModein classSendBuilder<SendVenue,Message> - Parameters:
parseMode- Mode for parsing entities in the message text.- Returns:
SendBuilder
-
disableWebPagePreview
Deprecated, for removal: This API element is subject to removal in a future version.Not Implemented- Overrides:
disableWebPagePreviewin classSendBuilder<SendVenue,Message>
-