public class TLRequestMessagesGetInlineBotResults extends TLMethod<TLAbsBotInlineResult>
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_ID
The constant CLASS_ID.
|
| Constructor and Description |
|---|
TLRequestMessagesGetInlineBotResults()
Instantiates a new TL request messages create chat.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeBody(InputStream stream,
TLContext context)
Deserializing object from stream and context
|
TLAbsBotInlineResult |
deserializeResponse(InputStream stream,
TLContext context) |
TLAbsInputUser |
getBot() |
int |
getClassId()
Getting TL Class identification
|
TLAbsInputGeoPoint |
getGeoPoint() |
String |
getOffset() |
TLAbsInputPeer |
getPeer() |
String |
getQuery() |
void |
serializeBody(OutputStream stream)
Serializing object body to stream
|
void |
setBot(TLAbsInputUser bot) |
void |
setGeoPoint(TLAbsInputGeoPoint geoPoint) |
void |
setOffset(String offset) |
void |
setPeer(TLAbsInputPeer peer) |
void |
setQuery(String query) |
String |
toString()
Custom toString method
|
castResponse, deserializeResponsedeserialize, serialize, serializepublic static final int CLASS_ID
public TLRequestMessagesGetInlineBotResults()
public int getClassId()
TLObjectgetClassId in class TLObjectpublic TLAbsInputUser getBot()
public String getQuery()
public String getOffset()
public void setBot(TLAbsInputUser bot)
public TLAbsInputPeer getPeer()
public void setPeer(TLAbsInputPeer peer)
public TLAbsInputGeoPoint getGeoPoint()
public void setGeoPoint(TLAbsInputGeoPoint geoPoint)
public void setQuery(String query)
public void setOffset(String offset)
public TLAbsBotInlineResult deserializeResponse(InputStream stream, TLContext context) throws IOException
deserializeResponse in class TLMethod<TLAbsBotInlineResult>IOExceptionpublic void serializeBody(OutputStream stream) throws IOException
TLObjectserializeBody in class TLObjectstream - destination streamIOExceptionpublic void deserializeBody(InputStream stream, TLContext context) throws IOException
TLObjectdeserializeBody in class TLObjectstream - source streamcontext - tl contextIOExceptionCopyright © 2016. All rights reserved.