Skip to content

tgrx/oyabun

Repository files navigation

親分

— the extreme path

A library for building Telegram bots.

shimizu no jirocho

build status

Mission

The mission of this library is to provide a strict interface for the API. By strict we mean that all types and methods in the library interface are mapped to those described in the Telegram API docs.

You won't meet any auxiliary stuff like sophisticated OOP/async patterns, obscure event loops and listeners and the kind of stuff like that.

API types are Pydantic models with strict type hints.

API methods accept params with exactly the same type and name as described in API.

Any optional field/param is marked as Optional or None | T. Don't be afraid of tri-state bool types.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published