EdJoPaTo / grammy-inline-menu

Inline Menus for Telegram made simple. Successor of telegraf-inline-menu.
MIT License
357 stars 44 forks source link

Where are examples for JavaScript (.js)? #104

Closed Lynatik911 closed 4 years ago

Lynatik911 commented 4 years ago

hi, where examples for .js ? i see only for .ts

EdJoPaTo commented 4 years ago

You are right, these are still missing. This library is written with TypeScript very close to native JavaScript. This way it should be fairly simple to read the TypeScript examples.

I would also suggest to give TypeScript a try as it will help a lot with mistakes in your code. Especially when using editors like Visual Studio Code which are integrating good TypeScript support.

I added the main-typescript example as JavaScript (which is very similar, you should compare them yourself) in db6a4ba.

Are there other examples that should also be available in native JavaScript?

EdJoPaTo commented 4 years ago

I'll just close this due to inactivity. If you have any questions feel free to ask ahead!