Class TdApi.AnswerInlineQuery

Enclosing class:
TdApi

public static class TdApi.AnswerInlineQuery extends TdApi.Function<TdApi.Ok>
Sets the result of an inline query; for bots only.

Returns Ok

  • Field Details

    • inlineQueryId

      public long inlineQueryId
      Identifier of the inline query.
    • isPersonal

      public boolean isPersonal
      Pass true if results may be cached and returned only for the user that sent the query. By default, results may be returned to any user who sends the same query.
    • button

      Button to be shown above inline query results; pass null if none.
    • results

      public TdApi.InputInlineQueryResult[] results
      The results of the query.
    • cacheTime

      public int cacheTime
      Allowed time to cache the results of the query, in seconds.
    • nextOffset

      public String nextOffset
      Offset for the next inline query; pass an empty string if there are no more results.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • AnswerInlineQuery

      public AnswerInlineQuery()
      Default constructor for a function, which sets the result of an inline query; for bots only.

      Returns Ok

    • AnswerInlineQuery

      public AnswerInlineQuery(long inlineQueryId, boolean isPersonal, TdApi.InlineQueryResultsButton button, TdApi.InputInlineQueryResult[] results, int cacheTime, String nextOffset)
      Creates a function, which sets the result of an inline query; for bots only.

      Returns Ok

      Parameters:
      inlineQueryId - Identifier of the inline query.
      isPersonal - Pass true if results may be cached and returned only for the user that sent the query. By default, results may be returned to any user who sends the same query.
      button - Button to be shown above inline query results; pass null if none.
      results - The results of the query.
      cacheTime - Allowed time to cache the results of the query, in seconds.
      nextOffset - Offset for the next inline query; pass an empty string if there are no more results.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR