TLSharp icon indicating copy to clipboard operation
TLSharp copied to clipboard

how to use TLRequestGetFullUser ? error {"USER_ID_INVALID"}

Open elmagekmosaad opened this issue 4 years ago • 0 comments

var req = new TLRequestGetFullUser() { Id = new TLInputUser() { UserId = 1433024775 } }; var auser = Await client.SendRequestAsync(Of TLUserFull)(req)

it's return {"USER_ID_INVALID"}

also how to use TLRequestGetUsers

elmagekmosaad avatar Jun 30 '21 18:06 elmagekmosaad