public static class TdApi.GetRepliedMessage extends TdApi.Function
Returns Message
TdApi.Function.Constructors| 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 reply to which get.
|
| Constructor and Description |
|---|
GetRepliedMessage()
Default constructor for a function, which returns information about a message that is replied by given message.
|
GetRepliedMessage(long chatId,
long messageId)
Creates a function, which returns information about a message that is replied by given message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor() |
toStringpublic long chatId
public long messageId
public static final int CONSTRUCTOR
public GetRepliedMessage()
Returns Message
public GetRepliedMessage(long chatId,
long messageId)
Returns Message
chatId - Identifier of the chat the message belongs to.messageId - Identifier of the message reply to which get.public int getConstructor()
getConstructor in class TdApi.Function