From c6acba3361de27499230d3e89fdc0d228c16fcec Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 8 Jan 2020 15:40:04 +0100 Subject: [PATCH] Update getDialogs.md --- docs/getDialogs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getDialogs.md b/docs/getDialogs.md index 04e961ab..f81bc5b4 100644 --- a/docs/getDialogs.md +++ b/docs/getDialogs.md @@ -13,7 +13,7 @@ Gets full list of dialogs ```php -$Peers = yield $MadelineProto->getDialogs(); +$Peers = yield $MadelineProto->getDialogs(); ``` Or, if you're into Lua: