@airgram-dev/constants

Telegram API contains so many types of objects and updates. It's easy to make a typo or miss some changes when new version of TDLib is coming. To prevent it, Airgram provides a package with names of all the types, predicates and updates.

Usage no npm install needed!

<script type="module">
  import airgramDevConstants from 'https://cdn.skypack.dev/@airgram-dev/constants';
</script>

README

TDLib constants

Telegram API contains so many types of objects and updates. It's easy to make a typo or miss some changes when new version of TDLib is coming. To prevent it, Airgram provides a package with names of all the types, predicates and updates.

See details.