public static class TdApi.GetPreparedInlineMessage extends TdApi.Function<TdApi.PreparedInlineMessage>
Returns PreparedInlineMessage
| Modifier and Type | Field and Description |
|---|---|
long |
botUserId
Identifier of the bot that created the message.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
preparedMessageId
Identifier of the prepared message.
|
| Constructor and Description |
|---|
GetPreparedInlineMessage()
Default constructor for a function, which saves an inline message to be sent by the given user.
|
GetPreparedInlineMessage(long botUserId,
java.lang.String preparedMessageId)
Creates a function, which saves an inline message to be sent by the given user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long botUserId
public java.lang.String preparedMessageId
public static final int CONSTRUCTOR
public GetPreparedInlineMessage()
Returns PreparedInlineMessage
public GetPreparedInlineMessage(long botUserId,
java.lang.String preparedMessageId)
Returns PreparedInlineMessage
botUserId - Identifier of the bot that created the message.preparedMessageId - Identifier of the prepared message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object