Class InlineQueryResultLocation

java.lang.Object
org.telegram.telegrambots.meta.api.objects.inlinequery.result.InlineQueryResultLocation
All Implemented Interfaces:
Serializable, BotApiObject, Validable, InlineQueryResult

public class InlineQueryResultLocation extends Object implements InlineQueryResult
Version:
1.0 Represents a location on a map. By default, the location will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the location.
Author:
Ruben Bermudez
See Also: