sochix / TLSharp

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

Requests refactoring #900

Closed CheshireCaat closed 4 years ago

CheshireCaat commented 4 years ago

Remove unused requests: Move PingRequest to TLSharp.Core.Network.Requests. Move AckRequest to TLSharp.Core.Network.Requests.

Some code refactoring: Add TeleSharp.TL using to PingRequest. Add TeleSharp.TL using to AckRequest.

Add using to requests is necessary in order not to use the full namespace when specifying the base class.