MadelineProtoDocs/docs/getFullDialogs.md
2024-05-01 14:53:46 +02:00

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: