diff --git a/README.md b/README.md index 6724aee2..ead56cf4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # MadelineProto, a PHP MTProto telegram client +This library can be used to create php telegram bots (like bot API bots, only better) and php telegram userbots (like tg-cli userbots, only better). + +This library can also be used to create lua telegram bots (like bot API bots, only better) and lua telegram userbots (like tg-cli userbots, only better). + ## Index: - [Features](#features) diff --git a/docs/index.md b/docs/index.md index 8b4af6fd..60cb50d5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,6 +4,10 @@ description: PHP implementation of telegram's MTProto protocol --- # MadelineProto, a PHP MTProto telegram client +This library can be used to create php telegram bots (like bot API bots, only better) and php telegram userbots (like tg-cli userbots, only better). + +This library can also be used to create lua telegram bots (like bot API bots, only better) and lua telegram userbots (like tg-cli userbots, only better). + ## Index: - [Features](#features)