├── .gitignore ├── .paket ├── .gitignore └── paket.bootstrapper.exe ├── Bars.BFO.BP.sln.DotSettings ├── CODE_OF_CONDUCT.md ├── LICENSE ├── Nuget.Config ├── OpenTl.ClientApi.sln ├── OpenTl.ClientApi.sln.DotSettings ├── README.md ├── docs ├── api │ ├── OpenTl.ClientApi.Client │ │ └── index.html │ ├── OpenTl.ClientApi.MtProto.Exceptions │ │ ├── CloudPasswordNeededException │ │ │ └── index.html │ │ ├── FileMigrationException │ │ │ ├── 2B85795E.html │ │ │ └── index.html │ │ ├── FloodWaitException │ │ │ ├── F83C9058.html │ │ │ └── index.html │ │ ├── PhoneCodeInvalidException │ │ │ └── index.html │ │ ├── PhoneNumberInvalidException │ │ │ └── index.html │ │ ├── PhoneNumberUnoccupiedException │ │ │ └── index.html │ │ ├── UnhandledException │ │ │ ├── 964D6E03.html │ │ │ └── index.html │ │ ├── UserLogoutException │ │ │ ├── 81A3C9F6.html │ │ │ └── index.html │ │ ├── UserNotAuthorizeException │ │ │ ├── 9BC08FD5.html │ │ │ └── index.html │ │ └── index.html │ ├── OpenTl.ClientApi.MtProto.Layers.Handshake │ │ └── index.html │ ├── OpenTl.ClientApi.MtProto.Layers.Messages │ │ └── index.html │ ├── OpenTl.ClientApi.MtProto.Layers.Secure │ │ └── index.html │ ├── OpenTl.ClientApi.MtProto.Layers.Top │ │ └── index.html │ ├── OpenTl.ClientApi.MtProto.Layers │ │ └── index.html │ ├── OpenTl.ClientApi.MtProto.Services │ │ └── index.html │ ├── OpenTl.ClientApi.MtProto │ │ ├── IApplicationProperties │ │ │ ├── 11421F4E.html │ │ │ ├── 5FEDA0C7.html │ │ │ ├── AB4EEC4C.html │ │ │ ├── E4836B27.html │ │ │ ├── F34B07CA.html │ │ │ ├── F6B1B263.html │ │ │ └── index.html │ │ ├── IAutoUpdatesHandler │ │ │ ├── 03846B5C.html │ │ │ └── index.html │ │ ├── IClientSession │ │ │ ├── 447F10DA.html │ │ │ ├── 7625C78D.html │ │ │ ├── BFE45FE4.html │ │ │ ├── DC05284B.html │ │ │ ├── E8DD25EE.html │ │ │ └── index.html │ │ ├── IClientSettings │ │ │ ├── 2206A8E9.html │ │ │ ├── 2BD5CB1B.html │ │ │ ├── 65AE61C5.html │ │ │ ├── 87D77234.html │ │ │ ├── 8BEFEF82.html │ │ │ ├── A22EBAB7.html │ │ │ ├── D7B41C38.html │ │ │ ├── E018FDA0.html │ │ │ └── index.html │ │ ├── ILogoutService │ │ │ ├── 2B0F432D.html │ │ │ └── index.html │ │ ├── INettyBootstrapper │ │ │ ├── 77670DED.html │ │ │ ├── 9C1E9176.html │ │ │ └── index.html │ │ ├── IRequestSender │ │ │ ├── F5584848.html │ │ │ └── index.html │ │ ├── ISessionWriter │ │ │ ├── E4725804.html │ │ │ └── index.html │ │ ├── ISocks5Proxy │ │ │ ├── 419809FF.html │ │ │ ├── 4D9115C3.html │ │ │ ├── EFD1890E.html │ │ │ └── index.html │ │ └── index.html │ ├── OpenTl.ClientApi.Services.Interfaces │ │ ├── AutoUpdateHandler │ │ │ └── index.html │ │ ├── IAuthService │ │ │ ├── 1175765B.html │ │ │ ├── 7870583D.html │ │ │ ├── 8AC60B76.html │ │ │ ├── 99088D81.html │ │ │ ├── BCD2DAA1.html │ │ │ └── index.html │ │ ├── IContactsService │ │ │ ├── 6EE35D5A.html │ │ │ ├── 718F5AC8.html │ │ │ ├── 9D687363.html │ │ │ ├── C8AE1C8D.html │ │ │ ├── E5450BFE.html │ │ │ ├── F160A2DA.html │ │ │ └── index.html │ │ ├── ICustomRequestsService │ │ │ ├── B020A0F3.html │ │ │ ├── CE49FC0F.html │ │ │ ├── DE9BB628.html │ │ │ └── index.html │ │ ├── IFileService │ │ │ ├── 59BA9573.html │ │ │ ├── D81225F5.html │ │ │ ├── F64FF93A.html │ │ │ └── index.html │ │ ├── IHelpService │ │ │ ├── 26F286C3.html │ │ │ └── index.html │ │ ├── IMessagesService │ │ │ ├── 1CEF28D9.html │ │ │ ├── 1DC7C312.html │ │ │ ├── 288B6903.html │ │ │ ├── 304A4909.html │ │ │ ├── 390AA234.html │ │ │ ├── 4540421E.html │ │ │ ├── 4CE6A949.html │ │ │ ├── 4CFD209E.html │ │ │ ├── 6A31F111.html │ │ │ ├── 76631B9D.html │ │ │ ├── 766646DD.html │ │ │ ├── 7B860B2C.html │ │ │ ├── 7C37B7A7.html │ │ │ ├── A161534F.html │ │ │ ├── AE04145B.html │ │ │ ├── B7915C0E.html │ │ │ ├── D6430F11.html │ │ │ ├── DB414E02.html │ │ │ ├── E2B0310D.html │ │ │ ├── E8B44C39.html │ │ │ ├── FFA90494.html │ │ │ └── index.html │ │ ├── IUpdatesService │ │ │ ├── 2C7585AF.html │ │ │ ├── 4F31D141.html │ │ │ ├── 549BAA96.html │ │ │ ├── 7139E47C.html │ │ │ ├── 8B395645.html │ │ │ ├── DA120F36.html │ │ │ └── index.html │ │ ├── IUsersService │ │ │ ├── 07EE28F1.html │ │ │ ├── 18A39690.html │ │ │ ├── 574D37FE.html │ │ │ ├── 795A083C.html │ │ │ ├── B9C26C0D.html │ │ │ ├── B9F30550.html │ │ │ └── index.html │ │ ├── ManualUpdateHandler │ │ │ └── index.html │ │ └── index.html │ ├── OpenTl.ClientApi.Services │ │ └── index.html │ ├── OpenTl.ClientApi │ │ ├── ApplicationProperties │ │ │ ├── 11DE729A.html │ │ │ ├── 44082A5D.html │ │ │ ├── 45F356C6.html │ │ │ ├── 6F26D3CA.html │ │ │ ├── 8C961BA2.html │ │ │ ├── FF66E1BD.html │ │ │ └── index.html │ │ ├── ClientFactory │ │ │ ├── 36351AFD.html │ │ │ └── index.html │ │ ├── FactorySettings │ │ │ ├── 033E1287.html │ │ │ ├── 14C1B814.html │ │ │ ├── 5F28C1AF.html │ │ │ ├── 65942B9F.html │ │ │ ├── 81117A03.html │ │ │ ├── 8FB36A9E.html │ │ │ ├── AB4A181E.html │ │ │ ├── D1A84745.html │ │ │ ├── F68CA656.html │ │ │ ├── F9F06AB2.html │ │ │ └── index.html │ │ ├── IClientApi │ │ │ ├── 0CFB2B21.html │ │ │ ├── 517A9FB9.html │ │ │ ├── 5BCF506E.html │ │ │ ├── 71EE2BEA.html │ │ │ ├── A3C8B547.html │ │ │ ├── B0847592.html │ │ │ ├── CB0F3A5D.html │ │ │ ├── FCF58CE0.html │ │ │ ├── FFB9076F.html │ │ │ └── index.html │ │ ├── IFactorySettings │ │ │ ├── 10A74F12.html │ │ │ ├── 177DEABA.html │ │ │ ├── 20356EC7.html │ │ │ ├── 28A655CE.html │ │ │ ├── 634F2C75.html │ │ │ ├── 85059EB0.html │ │ │ ├── 8A5C8A5D.html │ │ │ ├── B3F5D1F2.html │ │ │ ├── BD7697D9.html │ │ │ ├── E2CF5E6B.html │ │ │ └── index.html │ │ ├── ISessionStore │ │ │ ├── 47D024E6.html │ │ │ ├── 8C73BC4E.html │ │ │ ├── D38409AA.html │ │ │ └── index.html │ │ ├── Socks5ProxyConfig │ │ │ ├── 0941316A.html │ │ │ ├── A708B19B.html │ │ │ ├── AB01ADA7.html │ │ │ └── index.html │ │ └── index.html │ ├── OpenTl │ │ └── index.html │ ├── global │ │ └── index.html │ └── index.html ├── assets │ ├── css │ │ ├── adminlte │ │ │ └── AdminLTE.css │ │ ├── bootstrap │ │ │ └── bootstrap.css │ │ ├── font-awesome.min.css │ │ ├── highlight.css │ │ ├── mermaid.css │ │ ├── override.css │ │ └── theme │ │ │ └── theme.css │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ ├── fontawesome-webfont.woff2 │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ ├── img │ │ ├── favicon.ico │ │ └── logo.png │ └── js │ │ ├── app.js │ │ ├── app.min.js │ │ ├── bootstrap.js │ │ ├── bootstrap.min.js │ │ ├── highlight.pack.js │ │ ├── html5shiv.min.js │ │ ├── jquery-2.2.3.min.js │ │ ├── jquery.slimscroll.min.js │ │ ├── jquery.sticky-kit.min.js │ │ ├── lunr.min.js │ │ ├── mermaid.min.js │ │ ├── respond.min.js │ │ ├── searchIndex.js │ │ └── turbolinks.js ├── feed.atom ├── feed.rss └── index.html ├── docs_src ├── .gitignore ├── config.wyam ├── docker-compose.yml ├── docs.template └── input │ ├── assets │ ├── css │ │ └── override.css │ └── img │ │ └── favicon.ico │ └── index.md ├── paket.dependencies ├── paket.lock ├── samples └── OpenTl.ClientApi.SampeApp │ ├── Client.cs │ ├── Commands │ ├── LogOutOptions.cs │ └── SignInOptions.cs │ ├── Helpers │ └── ReadLineHelper.cs │ ├── OpenTl.ClientApi.SampeApp.csproj │ ├── Program.cs │ ├── appsettings.json │ └── log4net.config ├── src ├── OpenTl.ClientApi.MtProto │ ├── Bootstrapper │ │ └── NettyBootstrapper.cs │ ├── Enums │ │ └── ESystemNotification.cs │ ├── Exceptions │ │ ├── CloudPasswordNeededException.cs │ │ ├── FileMigrationException.cs │ │ ├── FloodWaitException.cs │ │ ├── PhoneCodeInvalidException.cs │ │ ├── PhoneNumberInvalidException.cs │ │ ├── PhoneNumberUnoccupiedException.cs │ │ ├── UnhandledException.cs │ │ ├── UserLogoutException.cs │ │ └── UserNotAuthorizeException.cs │ ├── Extensions │ │ ├── ChannelHandlerContextExtentions.cs │ │ ├── ClientSettings.cs │ │ └── SessionExtensions.cs │ ├── FodyWeavers.xml │ ├── IApplicationProperties.cs │ ├── IClientSession.cs │ ├── IClientSettings.cs │ ├── ILogoutService.cs │ ├── INettyBootstrapper.cs │ ├── IRequestSender.cs │ ├── ISessionWriter.cs │ ├── ISocks5Proxy.cs │ ├── IUpdatesHandler.cs │ ├── Interfaces │ │ └── IContextGetter.cs │ ├── Layers │ │ ├── Handshake │ │ │ ├── Adapters │ │ │ │ └── HandshakeHandlerAdapter.cs │ │ │ ├── Codecs │ │ │ │ ├── HandshakeRequestEncoder.cs │ │ │ │ └── HanshakeResponseDecoder.cs │ │ │ └── IHandshakeHandler.cs │ │ ├── Messages │ │ │ ├── Adapters │ │ │ │ ├── BadMsgNotificationHandler.cs │ │ │ │ ├── BadServerSaltHandler.cs │ │ │ │ ├── FutureSaltsHandler.cs │ │ │ │ ├── MsgContainerHandler.cs │ │ │ │ ├── MsgDetailedInfoHandler.cs │ │ │ │ ├── MsgNewDetailedHandler.cs │ │ │ │ ├── MsgsAckHandler.cs │ │ │ │ ├── NewSessionCreatedHandler.cs │ │ │ │ ├── PongHandler.cs │ │ │ │ ├── RpcResultHandler.cs │ │ │ │ └── UpdatesHandler.cs │ │ │ └── IMessageHandler.cs │ │ ├── Secure │ │ │ ├── Adapters │ │ │ │ └── AutoFlushHandlerAdapater.cs │ │ │ ├── Codecs │ │ │ │ ├── SecureRequestDecoder.cs │ │ │ │ └── SecureRequestEncoder.cs │ │ │ └── ISecureHandler.cs │ │ ├── Tcp │ │ │ ├── ITcpHandler.cs │ │ │ └── TcpLayerHandlerAdapter.cs │ │ └── Top │ │ │ ├── Adapters │ │ │ └── TopHandlerAdapter.cs │ │ │ └── ITopLevelHandler.cs │ ├── OpenTl.ClientApi.MtProto.csproj │ ├── Properties │ │ └── Assembly.cs │ └── Services │ │ ├── Interfaces │ │ └── IRequestService.cs │ │ ├── LogoutService.cs │ │ ├── RequestSenderService.cs │ │ └── RequestService.cs └── OpenTl.ClientApi │ ├── ApplicationProperties.cs │ ├── Client │ ├── ClientApi.cs │ ├── Interfaces │ │ └── ITemploraryClientCache.cs │ └── TemploraryClientCache.cs │ ├── ClientFactory.cs │ ├── Extensions │ ├── SessionExtensions.cs │ └── SettingsExtensions.cs │ ├── FactorySettings.cs │ ├── FodyWeavers.xml │ ├── IClientApi.cs │ ├── ISessionStore.cs │ ├── OpenTl.ClientApi.csproj │ ├── Properties │ └── Assembly.cs │ ├── Services │ ├── AuthService.cs │ ├── ContactsService.cs │ ├── CustomRequestsService.cs │ ├── FileService.cs │ ├── HelpServices.cs │ ├── Interfaces │ │ ├── IAuthService.cs │ │ ├── IContactsService.cs │ │ ├── ICustomRequestsService.cs │ │ ├── IFileService.cs │ │ ├── IHelpService.cs │ │ ├── IMessagesService.cs │ │ ├── IUpdatesService.cs │ │ └── IUsersService.cs │ ├── MessagesService.cs │ ├── UpdatesService.cs │ └── UsersService.cs │ ├── Settings │ ├── ClientSession.cs │ ├── ClientSettings.cs │ ├── FileSessionStore.cs │ ├── MemorySessionStore.cs │ └── SessionWriter.cs │ └── Socks5ProxyConfig.cs └── tests ├── OpenTl.ClientApi.FunctinonalTests ├── AuthServiceTests.cs ├── ContactsServicesTests.cs ├── CustomRequestServiceTests.cs ├── Framework │ ├── BaseTest.cs │ ├── LogOutputTester.cs │ └── TestWithAuth.cs ├── MessageaseTests.cs ├── OpenTl.ClientApi.FunctinonalTests.csproj ├── UsersTests.cs ├── appsettings.json └── log4net.config ├── OpenTl.ClientApi.IntegrationTests ├── Framework │ ├── BaseTest.cs │ ├── LogOutputTester.cs │ └── MultyClientTest.cs ├── MultyClientsTests.cs ├── OpenTl.ClientApi.IntegrationTests.csproj ├── appsettings.json └── log4net.config ├── OpenTl.ClientApi.MtProto.FunctionalTests ├── Framework │ ├── FunctionalTest.cs │ └── LogOutputTester.cs ├── OpenTl.ClientApi.MtProto.FunctionalTests.csproj ├── Settings │ ├── SessionWriter.cs │ ├── TestApplicationProperties.cs │ ├── TestSession.cs │ └── TestSettings.cs ├── Tests │ ├── AuthTest.cs │ ├── BadServerSaultTest.cs │ └── InitConnectionTest.cs ├── appsettings.json └── log4net.config └── OpenTl.ClientApi.MtProto.UnitTests ├── Framework ├── Builders │ ├── ApplicationPropertiesBuilder.cs │ ├── ClientSettingsBuilder.cs │ ├── ContextGetterBuilder.cs │ ├── RequestServiceBuilder.cs │ ├── SessionBuilder.cs │ └── SessionWriterBuilder.cs ├── IoC │ └── AutoMoqResolver.cs └── UnitTest.cs ├── Layers ├── Handshake │ └── Codecs │ │ └── HandshakeRequestEncoderTest.cs ├── Messages │ ├── BadMsgNotificationHandlerTest.cs │ ├── BadServerSaltHandlerTest.cs │ └── RpcResultHandlerTest.cs ├── Secure │ └── AutoFlushHandlerAdapaterTest.cs └── Top │ └── Adapters │ └── TopHandlerAdapter.cs ├── OpenTl.ClientApi.MtProto.UnitTests.csproj └── Services └── RequestSenderService.cs /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/.gitignore -------------------------------------------------------------------------------- /.paket/.gitignore: -------------------------------------------------------------------------------- 1 | /paket.exe 2 | -------------------------------------------------------------------------------- /.paket/paket.bootstrapper.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/.paket/paket.bootstrapper.exe -------------------------------------------------------------------------------- /Bars.BFO.BP.sln.DotSettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/Bars.BFO.BP.sln.DotSettings -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/LICENSE -------------------------------------------------------------------------------- /Nuget.Config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/Nuget.Config -------------------------------------------------------------------------------- /OpenTl.ClientApi.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/OpenTl.ClientApi.sln -------------------------------------------------------------------------------- /OpenTl.ClientApi.sln.DotSettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/OpenTl.ClientApi.sln.DotSettings -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/README.md -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Client/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Client/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Exceptions/CloudPasswordNeededException/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Exceptions/CloudPasswordNeededException/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Exceptions/FileMigrationException/2B85795E.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Exceptions/FileMigrationException/2B85795E.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Exceptions/FileMigrationException/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Exceptions/FileMigrationException/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Exceptions/FloodWaitException/F83C9058.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Exceptions/FloodWaitException/F83C9058.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Exceptions/FloodWaitException/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Exceptions/FloodWaitException/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Exceptions/PhoneCodeInvalidException/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Exceptions/PhoneCodeInvalidException/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Exceptions/PhoneNumberInvalidException/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Exceptions/PhoneNumberInvalidException/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Exceptions/PhoneNumberUnoccupiedException/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Exceptions/PhoneNumberUnoccupiedException/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Exceptions/UnhandledException/964D6E03.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Exceptions/UnhandledException/964D6E03.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Exceptions/UnhandledException/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Exceptions/UnhandledException/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Exceptions/UserLogoutException/81A3C9F6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Exceptions/UserLogoutException/81A3C9F6.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Exceptions/UserLogoutException/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Exceptions/UserLogoutException/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Exceptions/UserNotAuthorizeException/9BC08FD5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Exceptions/UserNotAuthorizeException/9BC08FD5.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Exceptions/UserNotAuthorizeException/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Exceptions/UserNotAuthorizeException/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Exceptions/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Exceptions/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Layers.Handshake/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Layers.Handshake/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Layers.Messages/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Layers.Messages/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Layers.Secure/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Layers.Secure/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Layers.Top/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Layers.Top/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Layers/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Layers/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto.Services/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto.Services/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IApplicationProperties/11421F4E.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IApplicationProperties/11421F4E.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IApplicationProperties/5FEDA0C7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IApplicationProperties/5FEDA0C7.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IApplicationProperties/AB4EEC4C.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IApplicationProperties/AB4EEC4C.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IApplicationProperties/E4836B27.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IApplicationProperties/E4836B27.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IApplicationProperties/F34B07CA.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IApplicationProperties/F34B07CA.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IApplicationProperties/F6B1B263.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IApplicationProperties/F6B1B263.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IApplicationProperties/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IApplicationProperties/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IAutoUpdatesHandler/03846B5C.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IAutoUpdatesHandler/03846B5C.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IAutoUpdatesHandler/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IAutoUpdatesHandler/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IClientSession/447F10DA.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IClientSession/447F10DA.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IClientSession/7625C78D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IClientSession/7625C78D.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IClientSession/BFE45FE4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IClientSession/BFE45FE4.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IClientSession/DC05284B.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IClientSession/DC05284B.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IClientSession/E8DD25EE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IClientSession/E8DD25EE.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IClientSession/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IClientSession/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IClientSettings/2206A8E9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IClientSettings/2206A8E9.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IClientSettings/2BD5CB1B.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IClientSettings/2BD5CB1B.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IClientSettings/65AE61C5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IClientSettings/65AE61C5.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IClientSettings/87D77234.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IClientSettings/87D77234.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IClientSettings/8BEFEF82.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IClientSettings/8BEFEF82.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IClientSettings/A22EBAB7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IClientSettings/A22EBAB7.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IClientSettings/D7B41C38.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IClientSettings/D7B41C38.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IClientSettings/E018FDA0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IClientSettings/E018FDA0.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IClientSettings/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IClientSettings/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/ILogoutService/2B0F432D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/ILogoutService/2B0F432D.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/ILogoutService/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/ILogoutService/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/INettyBootstrapper/77670DED.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/INettyBootstrapper/77670DED.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/INettyBootstrapper/9C1E9176.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/INettyBootstrapper/9C1E9176.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/INettyBootstrapper/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/INettyBootstrapper/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IRequestSender/F5584848.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IRequestSender/F5584848.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/IRequestSender/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/IRequestSender/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/ISessionWriter/E4725804.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/ISessionWriter/E4725804.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/ISessionWriter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/ISessionWriter/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/ISocks5Proxy/419809FF.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/ISocks5Proxy/419809FF.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/ISocks5Proxy/4D9115C3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/ISocks5Proxy/4D9115C3.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/ISocks5Proxy/EFD1890E.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/ISocks5Proxy/EFD1890E.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/ISocks5Proxy/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/ISocks5Proxy/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.MtProto/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.MtProto/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/AutoUpdateHandler/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/AutoUpdateHandler/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IAuthService/1175765B.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IAuthService/1175765B.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IAuthService/7870583D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IAuthService/7870583D.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IAuthService/8AC60B76.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IAuthService/8AC60B76.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IAuthService/99088D81.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IAuthService/99088D81.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IAuthService/BCD2DAA1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IAuthService/BCD2DAA1.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IAuthService/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IAuthService/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IContactsService/6EE35D5A.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IContactsService/6EE35D5A.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IContactsService/718F5AC8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IContactsService/718F5AC8.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IContactsService/9D687363.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IContactsService/9D687363.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IContactsService/C8AE1C8D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IContactsService/C8AE1C8D.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IContactsService/E5450BFE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IContactsService/E5450BFE.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IContactsService/F160A2DA.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IContactsService/F160A2DA.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IContactsService/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IContactsService/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/ICustomRequestsService/B020A0F3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/ICustomRequestsService/B020A0F3.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/ICustomRequestsService/CE49FC0F.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/ICustomRequestsService/CE49FC0F.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/ICustomRequestsService/DE9BB628.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/ICustomRequestsService/DE9BB628.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/ICustomRequestsService/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/ICustomRequestsService/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IFileService/59BA9573.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IFileService/59BA9573.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IFileService/D81225F5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IFileService/D81225F5.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IFileService/F64FF93A.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IFileService/F64FF93A.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IFileService/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IFileService/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IHelpService/26F286C3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IHelpService/26F286C3.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IHelpService/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IHelpService/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/1CEF28D9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/1CEF28D9.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/1DC7C312.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/1DC7C312.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/288B6903.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/288B6903.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/304A4909.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/304A4909.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/390AA234.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/390AA234.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/4540421E.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/4540421E.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/4CE6A949.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/4CE6A949.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/4CFD209E.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/4CFD209E.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/6A31F111.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/6A31F111.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/76631B9D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/76631B9D.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/766646DD.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/766646DD.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/7B860B2C.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/7B860B2C.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/7C37B7A7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/7C37B7A7.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/A161534F.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/A161534F.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/AE04145B.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/AE04145B.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/B7915C0E.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/B7915C0E.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/D6430F11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/D6430F11.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/DB414E02.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/DB414E02.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/E2B0310D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/E2B0310D.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/E8B44C39.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/E8B44C39.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/FFA90494.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/FFA90494.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IMessagesService/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IUpdatesService/2C7585AF.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IUpdatesService/2C7585AF.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IUpdatesService/4F31D141.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IUpdatesService/4F31D141.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IUpdatesService/549BAA96.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IUpdatesService/549BAA96.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IUpdatesService/7139E47C.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IUpdatesService/7139E47C.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IUpdatesService/8B395645.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IUpdatesService/8B395645.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IUpdatesService/DA120F36.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IUpdatesService/DA120F36.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IUpdatesService/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IUpdatesService/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IUsersService/07EE28F1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IUsersService/07EE28F1.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IUsersService/18A39690.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IUsersService/18A39690.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IUsersService/574D37FE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IUsersService/574D37FE.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IUsersService/795A083C.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IUsersService/795A083C.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IUsersService/B9C26C0D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IUsersService/B9C26C0D.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IUsersService/B9F30550.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IUsersService/B9F30550.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/IUsersService/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/IUsersService/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/ManualUpdateHandler/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/ManualUpdateHandler/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services.Interfaces/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services.Interfaces/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi.Services/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi.Services/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/ApplicationProperties/11DE729A.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/ApplicationProperties/11DE729A.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/ApplicationProperties/44082A5D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/ApplicationProperties/44082A5D.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/ApplicationProperties/45F356C6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/ApplicationProperties/45F356C6.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/ApplicationProperties/6F26D3CA.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/ApplicationProperties/6F26D3CA.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/ApplicationProperties/8C961BA2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/ApplicationProperties/8C961BA2.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/ApplicationProperties/FF66E1BD.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/ApplicationProperties/FF66E1BD.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/ApplicationProperties/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/ApplicationProperties/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/ClientFactory/36351AFD.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/ClientFactory/36351AFD.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/ClientFactory/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/ClientFactory/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/FactorySettings/033E1287.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/FactorySettings/033E1287.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/FactorySettings/14C1B814.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/FactorySettings/14C1B814.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/FactorySettings/5F28C1AF.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/FactorySettings/5F28C1AF.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/FactorySettings/65942B9F.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/FactorySettings/65942B9F.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/FactorySettings/81117A03.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/FactorySettings/81117A03.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/FactorySettings/8FB36A9E.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/FactorySettings/8FB36A9E.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/FactorySettings/AB4A181E.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/FactorySettings/AB4A181E.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/FactorySettings/D1A84745.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/FactorySettings/D1A84745.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/FactorySettings/F68CA656.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/FactorySettings/F68CA656.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/FactorySettings/F9F06AB2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/FactorySettings/F9F06AB2.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/FactorySettings/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/FactorySettings/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IClientApi/0CFB2B21.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IClientApi/0CFB2B21.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IClientApi/517A9FB9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IClientApi/517A9FB9.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IClientApi/5BCF506E.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IClientApi/5BCF506E.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IClientApi/71EE2BEA.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IClientApi/71EE2BEA.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IClientApi/A3C8B547.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IClientApi/A3C8B547.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IClientApi/B0847592.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IClientApi/B0847592.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IClientApi/CB0F3A5D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IClientApi/CB0F3A5D.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IClientApi/FCF58CE0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IClientApi/FCF58CE0.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IClientApi/FFB9076F.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IClientApi/FFB9076F.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IClientApi/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IClientApi/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IFactorySettings/10A74F12.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IFactorySettings/10A74F12.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IFactorySettings/177DEABA.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IFactorySettings/177DEABA.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IFactorySettings/20356EC7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IFactorySettings/20356EC7.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IFactorySettings/28A655CE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IFactorySettings/28A655CE.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IFactorySettings/634F2C75.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IFactorySettings/634F2C75.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IFactorySettings/85059EB0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IFactorySettings/85059EB0.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IFactorySettings/8A5C8A5D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IFactorySettings/8A5C8A5D.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IFactorySettings/B3F5D1F2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IFactorySettings/B3F5D1F2.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IFactorySettings/BD7697D9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IFactorySettings/BD7697D9.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IFactorySettings/E2CF5E6B.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IFactorySettings/E2CF5E6B.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/IFactorySettings/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/IFactorySettings/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/ISessionStore/47D024E6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/ISessionStore/47D024E6.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/ISessionStore/8C73BC4E.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/ISessionStore/8C73BC4E.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/ISessionStore/D38409AA.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/ISessionStore/D38409AA.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/ISessionStore/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/ISessionStore/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/Socks5ProxyConfig/0941316A.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/Socks5ProxyConfig/0941316A.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/Socks5ProxyConfig/A708B19B.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/Socks5ProxyConfig/A708B19B.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/Socks5ProxyConfig/AB01ADA7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/Socks5ProxyConfig/AB01ADA7.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/Socks5ProxyConfig/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/Socks5ProxyConfig/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl.ClientApi/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl.ClientApi/index.html -------------------------------------------------------------------------------- /docs/api/OpenTl/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/OpenTl/index.html -------------------------------------------------------------------------------- /docs/api/global/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/global/index.html -------------------------------------------------------------------------------- /docs/api/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/api/index.html -------------------------------------------------------------------------------- /docs/assets/css/adminlte/AdminLTE.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/css/adminlte/AdminLTE.css -------------------------------------------------------------------------------- /docs/assets/css/bootstrap/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/css/bootstrap/bootstrap.css -------------------------------------------------------------------------------- /docs/assets/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/css/font-awesome.min.css -------------------------------------------------------------------------------- /docs/assets/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/css/highlight.css -------------------------------------------------------------------------------- /docs/assets/css/mermaid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/css/mermaid.css -------------------------------------------------------------------------------- /docs/assets/css/override.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/assets/css/theme/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/css/theme/theme.css -------------------------------------------------------------------------------- /docs/assets/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /docs/assets/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /docs/assets/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /docs/assets/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /docs/assets/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /docs/assets/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /docs/assets/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /docs/assets/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /docs/assets/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /docs/assets/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /docs/assets/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /docs/assets/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/img/favicon.ico -------------------------------------------------------------------------------- /docs/assets/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/img/logo.png -------------------------------------------------------------------------------- /docs/assets/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/js/app.js -------------------------------------------------------------------------------- /docs/assets/js/app.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/js/app.min.js -------------------------------------------------------------------------------- /docs/assets/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/js/bootstrap.js -------------------------------------------------------------------------------- /docs/assets/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/js/bootstrap.min.js -------------------------------------------------------------------------------- /docs/assets/js/highlight.pack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/js/highlight.pack.js -------------------------------------------------------------------------------- /docs/assets/js/html5shiv.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/js/html5shiv.min.js -------------------------------------------------------------------------------- /docs/assets/js/jquery-2.2.3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/js/jquery-2.2.3.min.js -------------------------------------------------------------------------------- /docs/assets/js/jquery.slimscroll.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/js/jquery.slimscroll.min.js -------------------------------------------------------------------------------- /docs/assets/js/jquery.sticky-kit.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/js/jquery.sticky-kit.min.js -------------------------------------------------------------------------------- /docs/assets/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/js/lunr.min.js -------------------------------------------------------------------------------- /docs/assets/js/mermaid.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/js/mermaid.min.js -------------------------------------------------------------------------------- /docs/assets/js/respond.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/js/respond.min.js -------------------------------------------------------------------------------- /docs/assets/js/searchIndex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/js/searchIndex.js -------------------------------------------------------------------------------- /docs/assets/js/turbolinks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/assets/js/turbolinks.js -------------------------------------------------------------------------------- /docs/feed.atom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/feed.atom -------------------------------------------------------------------------------- /docs/feed.rss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/feed.rss -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs_src/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs_src/.gitignore -------------------------------------------------------------------------------- /docs_src/config.wyam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs_src/config.wyam -------------------------------------------------------------------------------- /docs_src/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs_src/docker-compose.yml -------------------------------------------------------------------------------- /docs_src/docs.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs_src/docs.template -------------------------------------------------------------------------------- /docs_src/input/assets/css/override.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs_src/input/assets/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs_src/input/assets/img/favicon.ico -------------------------------------------------------------------------------- /docs_src/input/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/docs_src/input/index.md -------------------------------------------------------------------------------- /paket.dependencies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/paket.dependencies -------------------------------------------------------------------------------- /paket.lock: -------------------------------------------------------------------------------- 1 | NUGET 2 | remote: https://www.nuget.org/api/v2 3 | FAKE (4.61.1) 4 | -------------------------------------------------------------------------------- /samples/OpenTl.ClientApi.SampeApp/Client.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/samples/OpenTl.ClientApi.SampeApp/Client.cs -------------------------------------------------------------------------------- /samples/OpenTl.ClientApi.SampeApp/Commands/LogOutOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/samples/OpenTl.ClientApi.SampeApp/Commands/LogOutOptions.cs -------------------------------------------------------------------------------- /samples/OpenTl.ClientApi.SampeApp/Commands/SignInOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/samples/OpenTl.ClientApi.SampeApp/Commands/SignInOptions.cs -------------------------------------------------------------------------------- /samples/OpenTl.ClientApi.SampeApp/Helpers/ReadLineHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/samples/OpenTl.ClientApi.SampeApp/Helpers/ReadLineHelper.cs -------------------------------------------------------------------------------- /samples/OpenTl.ClientApi.SampeApp/OpenTl.ClientApi.SampeApp.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/samples/OpenTl.ClientApi.SampeApp/OpenTl.ClientApi.SampeApp.csproj -------------------------------------------------------------------------------- /samples/OpenTl.ClientApi.SampeApp/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/samples/OpenTl.ClientApi.SampeApp/Program.cs -------------------------------------------------------------------------------- /samples/OpenTl.ClientApi.SampeApp/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/samples/OpenTl.ClientApi.SampeApp/appsettings.json -------------------------------------------------------------------------------- /samples/OpenTl.ClientApi.SampeApp/log4net.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/samples/OpenTl.ClientApi.SampeApp/log4net.config -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Bootstrapper/NettyBootstrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Bootstrapper/NettyBootstrapper.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Enums/ESystemNotification.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Enums/ESystemNotification.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Exceptions/CloudPasswordNeededException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Exceptions/CloudPasswordNeededException.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Exceptions/FileMigrationException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Exceptions/FileMigrationException.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Exceptions/FloodWaitException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Exceptions/FloodWaitException.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Exceptions/PhoneCodeInvalidException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Exceptions/PhoneCodeInvalidException.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Exceptions/PhoneNumberInvalidException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Exceptions/PhoneNumberInvalidException.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Exceptions/PhoneNumberUnoccupiedException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Exceptions/PhoneNumberUnoccupiedException.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Exceptions/UnhandledException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Exceptions/UnhandledException.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Exceptions/UserLogoutException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Exceptions/UserLogoutException.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Exceptions/UserNotAuthorizeException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Exceptions/UserNotAuthorizeException.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Extensions/ChannelHandlerContextExtentions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Extensions/ChannelHandlerContextExtentions.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Extensions/ClientSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Extensions/ClientSettings.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Extensions/SessionExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Extensions/SessionExtensions.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/FodyWeavers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/FodyWeavers.xml -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/IApplicationProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/IApplicationProperties.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/IClientSession.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/IClientSession.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/IClientSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/IClientSettings.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/ILogoutService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/ILogoutService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/INettyBootstrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/INettyBootstrapper.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/IRequestSender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/IRequestSender.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/ISessionWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/ISessionWriter.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/ISocks5Proxy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/ISocks5Proxy.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/IUpdatesHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/IUpdatesHandler.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Interfaces/IContextGetter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Interfaces/IContextGetter.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Handshake/Adapters/HandshakeHandlerAdapter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Handshake/Adapters/HandshakeHandlerAdapter.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Handshake/Codecs/HandshakeRequestEncoder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Handshake/Codecs/HandshakeRequestEncoder.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Handshake/Codecs/HanshakeResponseDecoder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Handshake/Codecs/HanshakeResponseDecoder.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Handshake/IHandshakeHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Handshake/IHandshakeHandler.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/BadMsgNotificationHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/BadMsgNotificationHandler.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/BadServerSaltHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/BadServerSaltHandler.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/FutureSaltsHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/FutureSaltsHandler.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/MsgContainerHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/MsgContainerHandler.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/MsgDetailedInfoHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/MsgDetailedInfoHandler.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/MsgNewDetailedHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/MsgNewDetailedHandler.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/MsgsAckHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/MsgsAckHandler.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/NewSessionCreatedHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/NewSessionCreatedHandler.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/PongHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/PongHandler.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/RpcResultHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/RpcResultHandler.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/UpdatesHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Messages/Adapters/UpdatesHandler.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Messages/IMessageHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Messages/IMessageHandler.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Secure/Adapters/AutoFlushHandlerAdapater.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Secure/Adapters/AutoFlushHandlerAdapater.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Secure/Codecs/SecureRequestDecoder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Secure/Codecs/SecureRequestDecoder.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Secure/Codecs/SecureRequestEncoder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Secure/Codecs/SecureRequestEncoder.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Secure/ISecureHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Secure/ISecureHandler.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Tcp/ITcpHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Tcp/ITcpHandler.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Tcp/TcpLayerHandlerAdapter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Tcp/TcpLayerHandlerAdapter.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Top/Adapters/TopHandlerAdapter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Top/Adapters/TopHandlerAdapter.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Layers/Top/ITopLevelHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Layers/Top/ITopLevelHandler.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/OpenTl.ClientApi.MtProto.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/OpenTl.ClientApi.MtProto.csproj -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Properties/Assembly.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Properties/Assembly.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Services/Interfaces/IRequestService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Services/Interfaces/IRequestService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Services/LogoutService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Services/LogoutService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Services/RequestSenderService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Services/RequestSenderService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi.MtProto/Services/RequestService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi.MtProto/Services/RequestService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/ApplicationProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/ApplicationProperties.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Client/ClientApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Client/ClientApi.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Client/Interfaces/ITemploraryClientCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Client/Interfaces/ITemploraryClientCache.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Client/TemploraryClientCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Client/TemploraryClientCache.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/ClientFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/ClientFactory.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Extensions/SessionExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Extensions/SessionExtensions.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Extensions/SettingsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Extensions/SettingsExtensions.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/FactorySettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/FactorySettings.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/FodyWeavers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/FodyWeavers.xml -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/IClientApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/IClientApi.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/ISessionStore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/ISessionStore.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/OpenTl.ClientApi.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/OpenTl.ClientApi.csproj -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Properties/Assembly.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Properties/Assembly.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Services/AuthService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Services/AuthService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Services/ContactsService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Services/ContactsService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Services/CustomRequestsService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Services/CustomRequestsService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Services/FileService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Services/FileService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Services/HelpServices.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Services/HelpServices.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Services/Interfaces/IAuthService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Services/Interfaces/IAuthService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Services/Interfaces/IContactsService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Services/Interfaces/IContactsService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Services/Interfaces/ICustomRequestsService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Services/Interfaces/ICustomRequestsService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Services/Interfaces/IFileService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Services/Interfaces/IFileService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Services/Interfaces/IHelpService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Services/Interfaces/IHelpService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Services/Interfaces/IMessagesService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Services/Interfaces/IMessagesService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Services/Interfaces/IUpdatesService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Services/Interfaces/IUpdatesService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Services/Interfaces/IUsersService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Services/Interfaces/IUsersService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Services/MessagesService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Services/MessagesService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Services/UpdatesService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Services/UpdatesService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Services/UsersService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Services/UsersService.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Settings/ClientSession.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Settings/ClientSession.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Settings/ClientSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Settings/ClientSettings.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Settings/FileSessionStore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Settings/FileSessionStore.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Settings/MemorySessionStore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Settings/MemorySessionStore.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Settings/SessionWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Settings/SessionWriter.cs -------------------------------------------------------------------------------- /src/OpenTl.ClientApi/Socks5ProxyConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/src/OpenTl.ClientApi/Socks5ProxyConfig.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.FunctinonalTests/AuthServiceTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.FunctinonalTests/AuthServiceTests.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.FunctinonalTests/ContactsServicesTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.FunctinonalTests/ContactsServicesTests.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.FunctinonalTests/CustomRequestServiceTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.FunctinonalTests/CustomRequestServiceTests.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.FunctinonalTests/Framework/BaseTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.FunctinonalTests/Framework/BaseTest.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.FunctinonalTests/Framework/LogOutputTester.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.FunctinonalTests/Framework/LogOutputTester.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.FunctinonalTests/Framework/TestWithAuth.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.FunctinonalTests/Framework/TestWithAuth.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.FunctinonalTests/MessageaseTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.FunctinonalTests/MessageaseTests.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.FunctinonalTests/OpenTl.ClientApi.FunctinonalTests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.FunctinonalTests/OpenTl.ClientApi.FunctinonalTests.csproj -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.FunctinonalTests/UsersTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.FunctinonalTests/UsersTests.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.FunctinonalTests/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.FunctinonalTests/appsettings.json -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.FunctinonalTests/log4net.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.FunctinonalTests/log4net.config -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.IntegrationTests/Framework/BaseTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.IntegrationTests/Framework/BaseTest.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.IntegrationTests/Framework/LogOutputTester.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.IntegrationTests/Framework/LogOutputTester.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.IntegrationTests/Framework/MultyClientTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.IntegrationTests/Framework/MultyClientTest.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.IntegrationTests/MultyClientsTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.IntegrationTests/MultyClientsTests.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.IntegrationTests/OpenTl.ClientApi.IntegrationTests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.IntegrationTests/OpenTl.ClientApi.IntegrationTests.csproj -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.IntegrationTests/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.IntegrationTests/appsettings.json -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.IntegrationTests/log4net.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.IntegrationTests/log4net.config -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.FunctionalTests/Framework/FunctionalTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.FunctionalTests/Framework/FunctionalTest.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.FunctionalTests/Framework/LogOutputTester.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.FunctionalTests/Framework/LogOutputTester.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.FunctionalTests/OpenTl.ClientApi.MtProto.FunctionalTests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.FunctionalTests/OpenTl.ClientApi.MtProto.FunctionalTests.csproj -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.FunctionalTests/Settings/SessionWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.FunctionalTests/Settings/SessionWriter.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.FunctionalTests/Settings/TestApplicationProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.FunctionalTests/Settings/TestApplicationProperties.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.FunctionalTests/Settings/TestSession.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.FunctionalTests/Settings/TestSession.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.FunctionalTests/Settings/TestSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.FunctionalTests/Settings/TestSettings.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.FunctionalTests/Tests/AuthTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.FunctionalTests/Tests/AuthTest.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.FunctionalTests/Tests/BadServerSaultTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.FunctionalTests/Tests/BadServerSaultTest.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.FunctionalTests/Tests/InitConnectionTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.FunctionalTests/Tests/InitConnectionTest.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.FunctionalTests/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.FunctionalTests/appsettings.json -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.FunctionalTests/log4net.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.FunctionalTests/log4net.config -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.UnitTests/Framework/Builders/ApplicationPropertiesBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.UnitTests/Framework/Builders/ApplicationPropertiesBuilder.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.UnitTests/Framework/Builders/ClientSettingsBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.UnitTests/Framework/Builders/ClientSettingsBuilder.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.UnitTests/Framework/Builders/ContextGetterBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.UnitTests/Framework/Builders/ContextGetterBuilder.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.UnitTests/Framework/Builders/RequestServiceBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.UnitTests/Framework/Builders/RequestServiceBuilder.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.UnitTests/Framework/Builders/SessionBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.UnitTests/Framework/Builders/SessionBuilder.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.UnitTests/Framework/Builders/SessionWriterBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.UnitTests/Framework/Builders/SessionWriterBuilder.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.UnitTests/Framework/IoC/AutoMoqResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.UnitTests/Framework/IoC/AutoMoqResolver.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.UnitTests/Framework/UnitTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.UnitTests/Framework/UnitTest.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.UnitTests/Layers/Handshake/Codecs/HandshakeRequestEncoderTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.UnitTests/Layers/Handshake/Codecs/HandshakeRequestEncoderTest.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.UnitTests/Layers/Messages/BadMsgNotificationHandlerTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.UnitTests/Layers/Messages/BadMsgNotificationHandlerTest.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.UnitTests/Layers/Messages/BadServerSaltHandlerTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.UnitTests/Layers/Messages/BadServerSaltHandlerTest.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.UnitTests/Layers/Messages/RpcResultHandlerTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.UnitTests/Layers/Messages/RpcResultHandlerTest.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.UnitTests/Layers/Secure/AutoFlushHandlerAdapaterTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.UnitTests/Layers/Secure/AutoFlushHandlerAdapaterTest.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.UnitTests/Layers/Top/Adapters/TopHandlerAdapter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.UnitTests/Layers/Top/Adapters/TopHandlerAdapter.cs -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.UnitTests/OpenTl.ClientApi.MtProto.UnitTests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.UnitTests/OpenTl.ClientApi.MtProto.UnitTests.csproj -------------------------------------------------------------------------------- /tests/OpenTl.ClientApi.MtProto.UnitTests/Services/RequestSenderService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTl/OpenTl.ClientApi/HEAD/tests/OpenTl.ClientApi.MtProto.UnitTests/Services/RequestSenderService.cs --------------------------------------------------------------------------------