Oleksii

Results 11 comments of Oleksii

One more question, it may or may not be ralated. When I starting app, session stay valid for 1 hour and then any request returns exception. What can I do...

Main issue what you wanna do in case where update doesn`t have any chatId/FromId. My suggestion - add extension methods: ``` User? GetUser(this Update update); Chat? GetChat(this Update update); ```...

> Add [messages.getAllChats](https://core.telegram.org/method/messages.getAllChats) and [API channel](https://core.telegram.org/api/channel) That is not part of bot api...

@dezared you should handle errors of your code yourself

> This would be really great to have, it is a blocker for AOT. Well, usage in Unity or front end blazor is strongly not recommended, so its not big...

Fixed by adding Limit = 100 in receiver options. Will be default value in next major version (v20+)

https://github.com/TgBotFramework It gives you all of the above, except for conversations, but you can easily implement them. Plus you can store them in DB with some amount of EF code...

> A simple Dictionary will fit everyone 🙃 Dictionary 🙃

If you need scoped solution you can try: https://github.com/TgBotFramework/TgBotFramework.Template