ChosenInlineResult.edit_message_text()#
- ChosenInlineResult.edit_message_text()#
Edit the text of messages attached to sent
InlineQueryResultmessages.Bound method edit_message_text of
ChosenInlineResult.- Parameters:
text (
str) – New text of the message.parse_mode (
ParseMode, optional) – By default, texts are parsed using both Markdown and HTML styles. You can combine both syntaxes together.entities (List of
MessageEntity) – List of special entities that appear in message text, which can be specified instead of parse_mode.link_preview_options (
LinkPreviewOptions, optional) – Link preview generation options for the messagereply_markup (
InlineKeyboardMarkup, optional) – An InlineKeyboardMarkup object.
- Returns:
bool– On success, True is returned.- Raises:
RPCError – In case of a Telegram RPC error.