mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-11-26 12:25:08 +01:00
473 B
473 B
title | description | redirect_from | grand_parent | parent |
---|---|---|---|---|
getFullDialogs | getFullDialogs parameters, return type and example | /get_full_dialogs.html | Telegram RPC API | Methods |
Method: getDialogs
Gets full list of dialogs
Return type: Array of Dialog objects
Example (now fully async!):
$Dialogs = $MadelineProto->getFullDialogs();
Or, if you're into Lua: