MajMcCloud / TelegramBotFramework

This is a context based application framework for the C# TelegramBot library.
https://www.t.me/tgbotbase
MIT License
149 stars 43 forks source link

Fix: get chat id from edited message #52

Closed contributeless closed 9 months ago

contributeless commented 9 months ago

Hello everyone, I ran into an issue when using TelegramBorBase library: DeviceSession.DeviceId is always == 0 on a message edit event, resulting in incorrect session management.