Skip to content
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

More easy methods for replying with animation and answering for InlineQuery #85

Closed
JrooTJunior opened this issue Nov 20, 2018 · 1 comment
Assignees
Labels
new feature Missing feature

Comments

@JrooTJunior
Copy link
Member

I miss the method of sending animations like message.reply method's and the response to InlineQuery

Examples:

  1. Reply with photo
await message.reply_animation(ANIMATION_FILE_ID, caption='Easy reply with animation')
  1. Answer inline query
inline_query.answer(results=[ ... ])
@JrooTJunior JrooTJunior added the new feature Missing feature label Nov 20, 2018
@JrooTJunior JrooTJunior self-assigned this Nov 20, 2018
@JrooTJunior
Copy link
Member Author

Implemented in v2.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Missing feature
Projects
None yet
Development

No branches or pull requests

1 participant