How can I edit message in chosen_inline_result
See original GitHub issueHey can I edit message which is sent via InlineQuery after user has chosen one item?
I want to edit the message in chosen_inline_result
but it seems that editMessageText
is not a function there.
As is this said here https://core.telegram.org/bots/api#choseninlineresult it should receive a inline_message_id
which can be used to update the message there, right?
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (4 by maintainers)
Top Results From Across the Web
ChosenInlineResult — Pyrogram Documentation
Available only if there is an inline keyboard attached to the message. Will be also received in callback queries and can be used...
Read more >telegram.ChosenInlineResult - python-telegram-bot v20.0a6
Available only if there is an inline keyboard attached to the message. Will be also received in callback queries and can be used...
Read more >Cppgram: ChosenInlineResult Class Reference
Available only if there is an inline keyboard attached to the message. Will be also received in callback queries and can be used...
Read more >telegram.ChosenInlineResult — Python Telegram Bot 11.1.0 ...
Available only if there is an inline keyboard attached to the message. Will be also received in callback queries and can be used...
Read more >telexide::model::ChosenInlineResult - Rust - Docs.rs
API documentation for the Rust `ChosenInlineResult` struct in crate ... Will be also received in callback queries and can be used to edit...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yup, better to reopen this 😉
@dotcypress This would be great. Thanks your support.