public static class TdApi.GetMessageLocally extends TdApi.Function<TdApi.Message>
Returns Message
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the chat the message belongs to.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Identifier of the message to get.
|
| Constructor and Description |
|---|
GetMessageLocally()
Default constructor for a function, which returns information about a message, if it is available without sending network request.
|
GetMessageLocally(long chatId,
long messageId)
Creates a function, which returns information about a message, if it is available without sending network request.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public static final int CONSTRUCTOR
public GetMessageLocally()
Returns Message
public GetMessageLocally(long chatId,
long messageId)
Returns Message
chatId - Identifier of the chat the message belongs to.messageId - Identifier of the message to get.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object