diff --git a/docs/docs/CALLS.md b/docs/docs/CALLS.md index 8374630a..03aad4fc 100644 --- a/docs/docs/CALLS.md +++ b/docs/docs/CALLS.md @@ -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) { } ``` -Next section \ No newline at end of file +Next section diff --git a/docs/docs/USING_METHODS.md b/docs/docs/USING_METHODS.md index 42b0ca4f..1cd1ec68 100644 --- a/docs/docs/USING_METHODS.md +++ b/docs/docs/USING_METHODS.md @@ -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. -Next section \ No newline at end of file +Next section