public static class TdApi.PreparedInlineMessageId extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
expirationDate
Point in time (Unix timestamp) when the message can't be used anymore.
|
java.lang.String |
id
Unique identifier for the message.
|
| Constructor and Description |
|---|
PreparedInlineMessageId()
Represents an inline message that can be sent via the bot.
|
PreparedInlineMessageId(java.lang.String id,
int expirationDate)
Represents an inline message that can be sent via the bot.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String id
public int expirationDate
public static final int CONSTRUCTOR
public PreparedInlineMessageId()
public PreparedInlineMessageId(java.lang.String id,
int expirationDate)
id - Unique identifier for the message.expirationDate - Point in time (Unix timestamp) when the message can't be used anymore.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object