public static class TdApi.EditInlineMessageMedia extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
inlineMessageId
Inline message identifier.
|
TdApi.InputMessageContent |
inputMessageContent
New content of the message.
|
TdApi.ReplyMarkup |
replyMarkup
The new message reply markup; for bots only.
|
Constructor and Description |
---|
EditInlineMessageMedia()
Default constructor for a function, which edits the content of a message with an animation, an audio, a document, a photo or a video in an inline message sent via a bot; for bots only.
|
EditInlineMessageMedia(java.lang.String inlineMessageId,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent)
Creates a function, which edits the content of a message with an animation, an audio, a document, a photo or a video in an inline message sent via a bot; for bots only.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String inlineMessageId
public TdApi.ReplyMarkup replyMarkup
public TdApi.InputMessageContent inputMessageContent
public static final int CONSTRUCTOR
public EditInlineMessageMedia()
Returns Ok
public EditInlineMessageMedia(java.lang.String inlineMessageId, TdApi.ReplyMarkup replyMarkup, TdApi.InputMessageContent inputMessageContent)
Returns Ok
inlineMessageId
- Inline message identifier.replyMarkup
- The new message reply markup; for bots only.inputMessageContent
- New content of the message. Must be one of the following types: InputMessageAnimation, InputMessageAudio, InputMessageDocument, InputMessagePhoto or InputMessageVideo.public int getConstructor()
getConstructor
in class TdApi.Function