Telegram typings for TypeScript and Flowtype to create bots
npm install telegram-typingsFull types parsed from core.telegram.org/bots/api for TypeScript and Flowtype
Just install it as your dependency and use
``bash`
npm install --save telegram-typings
`ts`
// typescript
import { User, Chat, Voice } from 'telegram-typings'
`bashSearch in flow-typed
flow-typed search telegram-typings
`js
// flow
import type { User, Chat, Voice } from 'telegram-typings'
``