Update docs

This commit is contained in:
Daniil Gentili 2018-03-12 21:17:45 +00:00
parent c8387fb835
commit 6ef06cdcc1
2 changed files with 24 additions and 24 deletions

View File

@ -46,18 +46,18 @@ $MadelineProto->channels->joinChannel(['channel' => '@MadelineProto']);
## Documentation ## Documentation
- [Features](docs.madelineproto.xyz/#features) - [Features](https://docs.madelineproto.xyz/FULL_README.html#features)
- [Methods](docs.madelineproto.xyz/#methods) - [Methods](https://docs.madelineproto.xyz/FULL_README.html#methods)
- [Clicking inline buttons](docs.madelineproto.xyz/#inline-buttons) - [Clicking inline buttons](https://docs.madelineproto.xyz/FULL_README.html#inline-buttons)
- [Uploading and downloading files](docs.madelineproto.xyz/#uploading-and-downloading-files) - [Uploading and downloading files](https://docs.madelineproto.xyz/FULL_README.html#uploading-and-downloading-files)
- [Changing settings](docs.madelineproto.xyz/#settings) - [Changing settings](https://docs.madelineproto.xyz/FULL_README.html#settings)
- [Update management (getting incoming messages)](docs.madelineproto.xyz/#handling-updates) - [Update management (getting incoming messages)](https://docs.madelineproto.xyz/FULL_README.html#handling-updates)
- [Using a proxy](docs.madelineproto.xyz/#using-a-proxy) - [Using a proxy](https://docs.madelineproto.xyz/FULL_README.html#using-a-proxy)
- [Calls](docs.madelineproto.xyz/#calls) - [Calls](https://docs.madelineproto.xyz/FULL_README.html#calls)
- [Secret chats](docs.madelineproto.xyz/#secret-chats) - [Secret chats](https://docs.madelineproto.xyz/FULL_README.html#secret-chats)
- [Storing sessions](docs.madelineproto.xyz/#storing-sessions) - [Storing sessions](https://docs.madelineproto.xyz/FULL_README.html#storing-sessions)
- [Exceptions](docs.madelineproto.xyz/#exceptions) - [Exceptions](https://docs.madelineproto.xyz/FULL_README.html#exceptions)
- [Lua binding](docs.madelineproto.xyz/#lua-binding) - [Lua binding](https://docs.madelineproto.xyz/FULL_README.html#lua-binding)
## Very complex and complete examples ## Very complex and complete examples

View File

@ -46,18 +46,18 @@ $MadelineProto->channels->joinChannel(['channel' => '@MadelineProto']);
## Documentation ## Documentation
- [Features](docs.madelineproto.xyz/#features) - [Features](https://docs.madelineproto.xyz/FULL_README.html#features)
- [Methods](docs.madelineproto.xyz/#methods) - [Methods](https://docs.madelineproto.xyz/FULL_README.html#methods)
- [Clicking inline buttons](docs.madelineproto.xyz/#inline-buttons) - [Clicking inline buttons](https://docs.madelineproto.xyz/FULL_README.html#inline-buttons)
- [Uploading and downloading files](docs.madelineproto.xyz/#uploading-and-downloading-files) - [Uploading and downloading files](https://docs.madelineproto.xyz/FULL_README.html#uploading-and-downloading-files)
- [Changing settings](docs.madelineproto.xyz/#settings) - [Changing settings](https://docs.madelineproto.xyz/FULL_README.html#settings)
- [Update management (getting incoming messages)](docs.madelineproto.xyz/#handling-updates) - [Update management (getting incoming messages)](https://docs.madelineproto.xyz/FULL_README.html#handling-updates)
- [Using a proxy](docs.madelineproto.xyz/#using-a-proxy) - [Using a proxy](https://docs.madelineproto.xyz/FULL_README.html#using-a-proxy)
- [Calls](docs.madelineproto.xyz/#calls) - [Calls](https://docs.madelineproto.xyz/FULL_README.html#calls)
- [Secret chats](docs.madelineproto.xyz/#secret-chats) - [Secret chats](https://docs.madelineproto.xyz/FULL_README.html#secret-chats)
- [Storing sessions](docs.madelineproto.xyz/#storing-sessions) - [Storing sessions](https://docs.madelineproto.xyz/FULL_README.html#storing-sessions)
- [Exceptions](docs.madelineproto.xyz/#exceptions) - [Exceptions](https://docs.madelineproto.xyz/FULL_README.html#exceptions)
- [Lua binding](docs.madelineproto.xyz/#lua-binding) - [Lua binding](https://docs.madelineproto.xyz/FULL_README.html#lua-binding)
## Very complex and complete examples ## Very complex and complete examples