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, deserializeResponse
deserialize, serialize, serialize
public static final int CLASS_ID
public TLRequestMessagesGetInlineBotResults()
public int getClassId()
TLObject
getClassId
in class TLObject
public 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>
IOException
public void serializeBody(OutputStream stream) throws IOException
TLObject
serializeBody
in class TLObject
stream
- destination streamIOException
public void deserializeBody(InputStream stream, TLContext context) throws IOException
TLObject
deserializeBody
in class TLObject
stream
- source streamcontext
- tl contextIOException
Copyright © 2016. All rights reserved.