MadelineProtoDocs/docs/getFullDialogs.md

432 B

title description
get_full_dialogs get_full_dialogs parameters, return type and example

Method: get_dialogs

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()