Class InlineQueryResultCachedDocument

java.lang.Object
io.github.natanimn.telebof.types.inline.InlineQueryMediaResult<InlineQueryResultCachedDocument>
io.github.natanimn.telebof.types.inline.InlineQueryResultCachedDocument
All Implemented Interfaces:
InlineQueryResult, Serializable

public class InlineQueryResultCachedDocument extends InlineQueryMediaResult<InlineQueryResultCachedDocument>
Since:
3 March 2025
Author:
Natanim
See Also:
  • Field Details

    • title

      private String title
    • documentFileId

      @SerializedName("document_file_id") private String documentFileId
    • description

      private String description
  • Constructor Details

    • InlineQueryResultCachedDocument

      public InlineQueryResultCachedDocument(String id, String title, String documentFileId)
      Required
      Parameters:
      id - Unique identifier for this result, 1-64 bytes
      title - Title for the result
      documentFileId - A valid file identifier for the file
  • Method Details