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

Roadmap Telegram #91

Open
2 of 5 tasks
ledamint opened this issue Jun 2, 2020 · 0 comments · Fixed by #103
Open
2 of 5 tasks

Roadmap Telegram #91

ledamint opened this issue Jun 2, 2020 · 0 comments · Fixed by #103
Labels
bot:telegram bug Something isn't working feature New feature or request

Comments

@ledamint
Copy link
Member

ledamint commented Jun 2, 2020

  • Inline query - 3d
  • Allow to add a proxy - 3h
    To bypass internet provider blocking.
  • download files util - 3h
    If a user sends an image, video, or file, allow to easily download it.
// Something like:
function Component() {
    useImage((event) => {
        download(filePath, event);
    });
    // ...
}
  • fix node-telegram-bot-api types - 1d
    You can find them in code @types/node-telegram-bot-api bug
  • add resize_keyboard prop - 1h
@ledamint ledamint added bot:telegram bug Something isn't working feature New feature or request labels Jun 2, 2020
@ledamint ledamint linked a pull request Jun 12, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:telegram bug Something isn't working feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant