Minor documentation fixes

This commit is contained in:
Daniil Gentili 2018-12-26 02:04:08 +00:00
parent f73c175203
commit 82c8a7e5a0
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
---
title: Calls
title: Telegram VoIP phone calls
description: MadelineProto provides an easy wrapper to work with phone calls.
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Calls
# Telegram VoIP phone calls
MadelineProto provides an easy wrapper to work with phone calls.
@ -124,4 +124,4 @@ while (true) {
}
```
<a href="https://docs.madelineproto.xyz/docs/SECRET_CHATS.html">Next section</a>
<a href="https://docs.madelineproto.xyz/docs/SECRET_CHATS.html">Next section</a>

View File

@ -7,7 +7,7 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
There are simplifications for many, if not all of, these methods.
A list of all of the methods that can be called with MadelineProto can be found here: [here (layer 81)](https://docs.madelineproto.xyz/API_docs/).
A list of all of the methods that can be called with MadelineProto can be found here: [here (layer 91)](https://docs.madelineproto.xyz/API_docs/).
* [FULL API Documentation with descriptions](https://docs.madelineproto.xyz/API_docs/methods/)
* [Peers](#peers)
@ -107,4 +107,4 @@ $MadelineProto->messages->sendMessage(['peer' => '@danogentili', 'message' => 'l
If the queue if the specified queue name does not exist, it will be created.
<a href="https://docs.madelineproto.xyz/docs/FILES.html">Next section</a>
<a href="https://docs.madelineproto.xyz/docs/FILES.html">Next section</a>