mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 09:47:20 +01:00
823 B
823 B
title | description |
---|---|
editInlineMessageText | Bots only. Edits text of an inline text or game message sent via bot |
Method: editInlineMessageText
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Edits text of an inline text or game message sent via bot
Parameters:
Name | Type | Required | Description |
---|---|---|---|
inline_message_id | CLICK ME string | Yes | Inline message identifier |
reply_markup | CLICK ME ReplyMarkup | Yes | New message reply markup |
input_message_content | CLICK ME InputMessageContent | Yes | New text content of the message. Should be of type InputMessageText |