MadelineProtoDocs/docs/docs/FEATURES.md

50 lines
1.2 KiB
Markdown
Raw Normal View History

2018-04-11 14:17:45 +02:00
---
title: Features
description: MadelineProto can do everything official clients can do, and more!
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
2018-04-01 13:19:25 +02:00
# Features
2018-04-11 14:17:45 +02:00
MadelineProto can do everything official clients can do, and more!
2018-04-01 13:19:25 +02:00
* It allows you to do everything official clients can do, programmatically!
* *It can make phone calls!* [See here for instructions](#calls)
* It can be proxied!
* It is very fast!
* It can be easily serialized!
* It featured update handling with callbacks or long polling!
* Easy to use wrappers to upload/download files and call mtproto methods
* Documentation for EVERY mtproto method!
* Internal peer management: you can provide a simple bot API chat id or a username to send a message or to call other mtproto methods!
* You can easily login as a user (2FA is supported) or as a bot!
* Simple error handling!
* It is highly customizable with a lot of different settings!
* Bot API file id/object support (even for users)!
* A Lua binding
* A lua wrapper for td-cli scripts
* Secret chats
* MTProto 2.0
* PFS
* PFS in secret chats
* [Clickable inline buttons](#inline-buttons)!
2018-04-01 13:55:07 +02:00
<a href="https://docs.madelineproto.xyz/docs/REQUIREMENTS.html">Next section</a>