sochix / TLSharp

Telegram client library implemented in C#
1.01k stars 380 forks source link

Fixed OffSet paramets for GetUserDialogsAsync & GetHistoryAsync #831

Closed mkellerman closed 5 years ago

mkellerman commented 5 years ago

Added missing OffSet parameters.

knocte commented 5 years ago

Question: were these parameters missing because we're behind the layer version? AFAIU, we're using Layer 66. But according to this (https://github.com/sochix/TLSharp/issues/827) we may be lagging behind. Could you confirm? More info: https://stackoverflow.com/questions/41691205/telegram-latest-layer

knocte commented 5 years ago

(Note to self: this would fix these bugs: https://github.com/sochix/TLSharp/issues/696 and https://github.com/sochix/TLSharp/issues/597 )