Update TelegramClient.cs

This commit is contained in:
Marc R Kellerman 2019-01-03 17:06:04 -08:00
parent a2e7b0cf33
commit ceb5fba4ac

View file

@ -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,