mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-10 04:08:16 +01:00
57 lines
2.1 KiB
Markdown
57 lines
2.1 KiB
Markdown
---
|
|
title: Methods
|
|
description: What do you want to do?
|
|
---
|
|
# What do you want to do?
|
|
[Go back to API documentation index](..)
|
|
|
|
[Go to the old code-version method index](api_index.html)
|
|
|
|
* [Logout](https://docs.madelineproto.xyz/logout.html)
|
|
|
|
* [Login](https://docs.madelineproto.xyz/docs/LOGIN.html)
|
|
|
|
* [Get all chats, broadcast a message to all chats](https://docs.madelineproto.xyz/docs/DIALOGS.html)
|
|
|
|
* [Get the full participant list of a channel/group/supergroup](https://docs.madelineproto.xyz/get_pwr_chat.html)
|
|
|
|
* [Get full info about a user/chat/supergroup/channel](https://docs.madelineproto.xyz/get_full_info.html)
|
|
|
|
* [Get info about a user/chat/supergroup/channel](https://docs.madelineproto.xyz/get_info.html)
|
|
|
|
* [Get info about the currently logged-in user](https://docs.madelineproto.xyz/get_self.html)
|
|
|
|
* [Upload or download files up to 1.5 GB](https://docs.madelineproto.xyz/docs/FILES.html)
|
|
|
|
* [Make a phone call and play a song](https://docs.madelineproto.xyz/docs/CALLS.html)
|
|
|
|
* [Create a secret chat bot](https://docs.madelineproto.xyz/docs/SECRET_CHATS.html)
|
|
|
|
***
|
|
<br><br>* <a href="destroy_session.html" name="destroy_session">Destroy the current MTProto session</a>
|
|
|
|
***
|
|
<br><br>* <a href="get_future_salts.html" name="get_future_salts">Get future salts</a>
|
|
|
|
***
|
|
<br><br>* <a href="http_wait.html" name="http_wait">Makes the server send messages waiting in the buffer</a>
|
|
|
|
***
|
|
<br><br>* <a href="ping.html" name="ping">pings the server</a>
|
|
|
|
* <a href="ping_delay_disconnect.html" name="ping_delay_disconnect">Pings the server and causes disconection if the same method is not called within ping_disconnect_delay</a>
|
|
|
|
***
|
|
<br><br>* <a href="req_DH_params.html" name="req_DH_params">Requests Diffie-hellman parameters for key exchange</a>
|
|
|
|
* <a href="req_pq.html" name="req_pq">Requests PQ for factorization</a>
|
|
|
|
* <a href="req_pq_multi.html" name="req_pq_multi">Requests PQ for factorization (new version)</a>
|
|
|
|
***
|
|
<br><br>* <a href="rpc_drop_answer.html" name="rpc_drop_answer">Do not send answer to provided request</a>
|
|
|
|
***
|
|
<br><br>* <a href="set_client_DH_params.html" name="set_client_DH_params">Sets client diffie-hellman parameters</a>
|
|
|