465 B
465 B
title | description | redirect_from |
---|---|---|
getFullDialogs | getFullDialogs parameters, return type and example | /get_full_dialogs.html |
Method: getDialogs
Gets full list of dialogs
Return type: Array of Dialog objects
Example (now fully async!):
$Dialogs = yield $MadelineProto->getFullDialogs();
Or, if you're into Lua:
Dialogs = getFullDialogs()