#26 Fix error on using InvokeMessageLoop
- Fixes the error on using the default InvokeMessageLoop with Deviceid
This commit is contained in:
parent
601ce32072
commit
16371b8c7a
@ -206,6 +206,11 @@ namespace TelegramBotBase
|
||||
{
|
||||
var mr = new MessageResult();
|
||||
|
||||
mr.UpdateData = new Update()
|
||||
{
|
||||
Message = new Message()
|
||||
};
|
||||
|
||||
await InvokeMessageLoop(DeviceId, mr);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user