Update DeviceSession.cs
This commit is contained in:
parent
376ba68e8e
commit
80d43ac369
@ -642,7 +642,7 @@ namespace TelegramBotBase.Sessions
|
||||
{
|
||||
try
|
||||
{
|
||||
await this.Client.TelegramClient.DeleteMessageAsync(this.DeviceId, messageId);
|
||||
await RAW(a => a.DeleteMessageAsync(this.DeviceId, messageId));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user