# tgbot-dialog-id [![codecov](https://codecov.io/gh/danog/tgbot-dialog-id/branch/master/graph/badge.svg)](https://codecov.io/gh/danog/tgbot-dialog-id) [![Psalm coverage](https://shepherd.dev/github/danog/tgbot-dialog-id/coverage.svg)](https://shepherd.dev/github/danog/tgbot-dialog-id) [![Psalm level 1](https://shepherd.dev/github/danog/tgbot-dialog-id/level.svg)](https://shepherd.dev/github/danog/tgbot-dialog-id) ![License](https://img.shields.io/github/license/danog/tgbot-dialog-id) A library to work with Telegram bot API dialog IDs. Created by Daniil Gentili (https://daniil.it). This library was initially created for [MadelineProto](https://docs.madelineproto.xyz), an async PHP client API for the telegram MTProto protocol. ## Installation ```bash composer require danog/tgbot-dialog-id ``` ## Usage ```php