Class StopMessageLiveLocation
java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<StopMessageLiveLocation, Object>
io.github.natanimn.telebof.requests.service.StopMessageLiveLocation
StopMessageLiveLocation class.
- Since:
- 3 March 2025
-
Constructor Summary
ConstructorsConstructorDescriptionStopMessageLiveLocation
(Object chat_id, int message_id, Api api) RequiredStopMessageLiveLocation
(String inline_message_id, Api api) Required -
Method Summary
Modifier and TypeMethodDescriptionbusinessConnectionId
(String business_connection_id) OptionalreplyMarkup
(InlineKeyboardMarkup reply_markup) OptionalMethods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequest
exec
-
Constructor Details
-
StopMessageLiveLocation
-
StopMessageLiveLocation
-
-
Method Details
-
replyMarkup
Optional- Parameters:
reply_markup
- A JSON-serialized object for a new inline keyboard.- Returns:
StopMessageLiveLocation
-
businessConnectionId
Optional- Parameters:
business_connection_id
- Unique identifier of the business connection on behalf of which the message to be edited was sent- Returns:
StopMessageLiveLocation
-