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 SummaryConstructorsConstructorDescriptionStopMessageLiveLocation(Object chat_id, int message_id, Api api) RequiredStopMessageLiveLocation(String inline_message_id, Api api) Required
- 
Method SummaryModifier and TypeMethodDescriptionbusinessConnectionId(String business_connection_id) OptionalreplyMarkup(InlineKeyboardMarkup reply_markup) OptionalMethods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequestexec
- 
Constructor Details- 
StopMessageLiveLocation
- 
StopMessageLiveLocation
 
- 
- 
Method Details- 
replyMarkupOptional- Parameters:
- reply_markup- A JSON-serialized object for a new inline keyboard.
- Returns:
- StopMessageLiveLocation
 
- 
businessConnectionIdOptional- Parameters:
- business_connection_id- Unique identifier of the business connection on behalf of which the message to be edited was sent
- Returns:
- StopMessageLiveLocation
 
 
-