mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
Create gh-pages branch via GitHub
This commit is contained in:
parent
d4874036e3
commit
5c99bd4133
11
index.html
11
index.html
|
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en-us">
|
<html lang="en-us">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Tlsharp by sochix</title>
|
<title>TLSharp by sochix</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
|
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
|
||||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
||||||
|
|
@ -11,8 +11,8 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<section class="page-header">
|
<section class="page-header">
|
||||||
<h1 class="project-name">Tlsharp</h1>
|
<h1 class="project-name">TLSharp</h1>
|
||||||
<h2 class="project-tagline">Telegram (http://telegram.org) client library implemented in C#. Waiting for contributors!</h2>
|
<h2 class="project-tagline">Telegram client library implemented in C#.</h2>
|
||||||
<a href="https://github.com/sochix/TLSharp" class="btn">View on GitHub</a>
|
<a href="https://github.com/sochix/TLSharp" class="btn">View on GitHub</a>
|
||||||
<a href="https://github.com/sochix/TLSharp/zipball/master" class="btn">Download .zip</a>
|
<a href="https://github.com/sochix/TLSharp/zipball/master" class="btn">Download .zip</a>
|
||||||
<a href="https://github.com/sochix/TLSharp/tarball/master" class="btn">Download .tar.gz</a>
|
<a href="https://github.com/sochix/TLSharp/tarball/master" class="btn">Download .tar.gz</a>
|
||||||
|
|
@ -178,7 +178,8 @@ All dependencies listed in <a href="https://github.com/sochix/TLSharp/blob/maste
|
||||||
|
|
||||||
<p><strong>Where you can find a list of requests and its params?</strong></p>
|
<p><strong>Where you can find a list of requests and its params?</strong></p>
|
||||||
|
|
||||||
<p>The only way is <a href="https://core.telegram.org/methods">Telegram API docs</a>. Yes, it's outdated. But there is no other source.</p>
|
<p>The only way is <a href="https://core.telegram.org/methods">Telegram API docs</a>. Yes, it's outdated. But there is no other source.
|
||||||
|
Latest scheme in JSON format you can find <a href="https://gist.github.com/aarani/b22b7cda024973dff68e1672794b0298">here</a></p>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
<a id="contributing" class="anchor" href="#contributing" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Contributing</h2>
|
<a id="contributing" class="anchor" href="#contributing" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Contributing</h2>
|
||||||
|
|
@ -274,7 +275,7 @@ Bitcoin wallet: <strong>3K1ocweFgaHnAibJ3n6hX7RNZWFTFcJjUe</strong></p>
|
||||||
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
||||||
|
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
<span class="site-footer-owner"><a href="https://github.com/sochix/TLSharp">Tlsharp</a> is maintained by <a href="https://github.com/sochix">sochix</a>.</span>
|
<span class="site-footer-owner"><a href="https://github.com/sochix/TLSharp">TLSharp</a> is maintained by <a href="https://github.com/sochix">sochix</a>.</span>
|
||||||
|
|
||||||
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
|
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue