Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
committed May 11, 2022
1 parent 2387422 commit de1d55c
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,28 @@
# Telegram Client

- id
Telegram client adalah library untuk mempermudah membuat telegram sendiri seperti bot, userbot dan application
- en
Telegram client is a library to make it easier for you to build your own telegram such as bots, userbots and applications,

### Docs

- Just Read On [Wiki](https://github.com/azkadev/telegram_client/wiki)

### Update
<!-- replacer_start -->

<div>runner - Sat Nov 13 20:05:46 UTC 2021</div>

<!-- replacer_end -->


### Feature
- ```telegram client dart```
- ✅️ support server side & client side
- ✅️ support multi token ( bot / userbot )
- ✅️ support bot and userbot
- ✅️ support telegram-bot-api local server
- ✅️ support telegram database library ( Tdlib )
- ✅️ Add more Api Humanize pretty update and method api humanize

- ```telegram client node```
- ✅️ support server side & client side
- ✅️ support multi token ( bot / userbot )
- ✅️ support bot and userbot
- ✅️ support telegram-bot-api local server
- ✅️ support telegram database library ( [TDLIB](https://github.com/azkadev/telegram_client/tree/main/node-js/tdl-lib) )
- ✅️ support telegram database library ( [TDLIB](https://github.com/tdlib/td) )
- ✅️ Add more Api Humanize pretty update and method api humanize

- ```telegram client google apps script```
Expand All @@ -37,8 +34,3 @@ Telegram client is a library to make it easier for you to build your own telegra

🔜️ Support Other language code

#### Features that will not be available on the Telegram client forever

1. long pool get updates
long poll in addition to consuming a lot of quota, and burdening the server so I will not add this feature.
If you want you can use other libraries and add mine if necessary.

0 comments on commit de1d55c

Please sign in to comment.