Skip to content

Some useful Message edit functions #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 3, 2019
Merged

Some useful Message edit functions #104

merged 1 commit into from
Mar 3, 2019

Conversation

Kylmakalle
Copy link
Contributor

@Kylmakalle Kylmakalle commented Feb 24, 2019

Related to #103

Message.edit_caption
Message.edit_media
Message.edit_reply_markup

At least, Message.edit_reply_markup will be useful with callback queries

# c: types.CallbackQuery

c.message.edit_reply_markup() # Will delete buttons
# or
c.message.edit_reply_markup(reply_markup=...) # Pass new inline markup

Message.edit_caption
Message.edit_media
Message.edit_reply_markup
@JrooTJunior JrooTJunior merged commit d9a9600 into aiogram:dev-2.x Mar 3, 2019
@Kylmakalle Kylmakalle deleted the patch-1 branch March 3, 2019 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants