Metadata-Version: 2.1
Name: nonebot-adapter-telegram
Version: 0.1.0b4
Summary: Telegram Adapter for NoneBot2
Home-page: https://v2.nonebot.dev/
License: MIT
Keywords: bot,telegram
Author: Jigsaw
Author-email: j1g5aw@foxmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Robot Framework
Classifier: Framework :: Robot Framework :: Library
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Requires-Dist: aiofiles (>=0.8.0,<0.9.0)
Requires-Dist: nonebot2 (>=2.0.0b1,<3.0.0)
Project-URL: Documentation, https://v2.nonebot.dev/
Project-URL: Repository, https://github.com/nonebot/adapter-telegram
Description-Content-Type: text/markdown

<div align="center">
	<img width="200" src="docs/logo.png" alt="logo"></br>

# NoneBot Adapter Telegram

_✨ Telegram 协议适配 ✨_

</div>

## Manual

[使用指南](./MANUAL.md)

## TODO

- [ ] Inline Mode Support
- [x] Multiple Bot Support
- [ ] All Event (with docstring)
- [ ] All Method (with docstring)
- [ ] All MessageSegment (with docstring)

