public class IncomingInlineQuery extends Object
| Constructor and Description |
|---|
IncomingInlineQuery() |
IncomingInlineQuery(String id,
User from,
Location location,
String query,
String offset) |
| Modifier and Type | Method and Description |
|---|---|
User |
getFrom() |
String |
getId() |
Location |
getLocation() |
String |
getOffset() |
String |
getQuery() |
void |
setFrom(User from) |
void |
setId(String id) |
void |
setLocation(Location location) |
void |
setOffset(String offset) |
void |
setQuery(String query) |
String |
toString() |
public IncomingInlineQuery()
public IncomingInlineQuery(String id, User from, Location location, String query, String offset)
id - Unique identifier for this queryfrom - Senderlocation - Optional. Sender location, only for bots that request user locationquery - Text of the query (up to 512 characters)offset - Offset of the results to be returned, can be controlled by the botpublic String getId()
public void setId(String id)
public User getFrom()
public void setFrom(User from)
public Location getLocation()
public void setLocation(Location location)
public String getQuery()
public void setQuery(String query)
public String getOffset()
public void setOffset(String offset)
Apache Camel