Update DeviceSession.cs

This commit is contained in:
FlorianDahn 2021-01-15 19:36:13 +01:00
parent 376ba68e8e
commit 80d43ac369

View File

@ -642,7 +642,7 @@ namespace TelegramBotBase.Sessions
{ {
try try
{ {
await this.Client.TelegramClient.DeleteMessageAsync(this.DeviceId, messageId); await RAW(a => a.DeleteMessageAsync(this.DeviceId, messageId));
return true; return true;
} }