Class InlineQueryResultDocument

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

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

    • InlineQueryResultDocument

      public InlineQueryResultDocument()
  • Method Details