Update getDialogs.md

This commit is contained in:
Daniil Gentili 2020-01-08 15:40:04 +01:00 committed by GitHub
parent ece5d49ef7
commit c6acba3361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ Gets full list of dialogs
```php ```php
$Peers = yield $MadelineProto->getDialogs(); $Peers = yield $MadelineProto->getDialogs();
``` ```
Or, if you're into Lua: Or, if you're into Lua: