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

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

    • InlineQueryResultVenue

      public InlineQueryResultVenue()
  • Method Details