mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
Update TelegramClient.cs
This commit is contained in:
parent
a2e7b0cf33
commit
ceb5fba4ac
|
|
@ -263,6 +263,9 @@ namespace TLSharp.Core
|
|||
if (!IsUserAuthorized())
|
||||
throw new InvalidOperationException("Authorize user first!");
|
||||
|
||||
if (offset_peer == null)
|
||||
offset_peer = new TLInputPeerSelf();
|
||||
|
||||
var req = new TLRequestGetDialogs()
|
||||
{
|
||||
OffsetDate = offset_date,
|
||||
|
|
|
|||
Loading…
Reference in a new issue