MadelineProtoDocs/docs/get_full_dialogs.md

436 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->get_full_dialogs();

Or, if you're into Lua:

Dialogs = get_full_dialogs()