Class InlineQuery

java.lang.Object
com.pengrad.telegrambot.model.InlineQuery
All Implemented Interfaces:
java.io.Serializable

public class InlineQuery
extends java.lang.Object
implements java.io.Serializable
stas 1/12/16.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    InlineQuery()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String chatType()  
    boolean equals​(java.lang.Object o)  
    User from()  
    int hashCode()  
    java.lang.String id()  
    Location location()  
    java.lang.String offset()  
    java.lang.String query()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • id

      public java.lang.String id()
    • from

      public User from()
    • location

      public Location location()
    • query

      public java.lang.String query()
    • offset

      public java.lang.String offset()
    • chatType

      public java.lang.String chatType()
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object