falko-team / talkie-framework

Talkie is a framework for creating bots across messaging platforms. Write code once, deploy everywere (for Telegram, Discord, and more). Also, its lightweight and modular design, parallel processing and native AOT compilation, keep your bots blazing fast with minimal memory usage
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Add Lazy Convertions for Telegram #18

Open fembina opened 1 month ago

fembina commented 1 month ago

At the current moment, messages always coverts to a abstracted messages of talkie, but don't always thay is handled or filtering of properties.

Do thread safe lazy convertions of messages and of message properties too.