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: