Class TdApi.InlineQueryResult

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InlineQueryResult
Direct Known Subclasses:
TdApi.InlineQueryResultAnimation, TdApi.InlineQueryResultArticle, TdApi.InlineQueryResultAudio, TdApi.InlineQueryResultContact, TdApi.InlineQueryResultDocument, TdApi.InlineQueryResultGame, TdApi.InlineQueryResultLocation, TdApi.InlineQueryResultPhoto, TdApi.InlineQueryResultSticker, TdApi.InlineQueryResultVenue, TdApi.InlineQueryResultVideo, TdApi.InlineQueryResultVoiceNote
Enclosing class:
TdApi

public abstract static class TdApi.InlineQueryResult extends TdApi.Object
This class is an abstract base class. Represents a single result of an inline query.
  • Constructor Details

    • InlineQueryResult

      public InlineQueryResult()
      Default class constructor.
  • Method Details

    • getConstructor

      public abstract 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:
      identifier uniquely determining type of the object.