https://github.com/azkadev/telegram_client
Telegram Client Library To make it easier and faster for you to create programs that interact with the Telegram API, MTProto, TDlib, Telegram-bot-API with customizable features so that you can create bot / userbot / app (Dart / Flutter) programs on a large / business scale
https://github.com/azkadev/telegram_client
azkadev bot dart flutter google-apps-script mtproto mtproto-client tdlib telegram telegram-api telegram-bot telegram-bot-api telegram-cli telegram-client telegram-dart telegram-flutter telegram-server telegram-userbot userbot wasm
Last synced: 29 days ago
JSON representation
Telegram Client Library To make it easier and faster for you to create programs that interact with the Telegram API, MTProto, TDlib, Telegram-bot-API with customizable features so that you can create bot / userbot / app (Dart / Flutter) programs on a large / business scale
- Host: GitHub
- URL: https://github.com/azkadev/telegram_client
- Owner: azkadev
- License: other
- Created: 2021-11-10T12:41:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T21:07:40.000Z (about 2 months ago)
- Last Synced: 2025-04-07T01:05:43.813Z (about 1 month ago)
- Topics: azkadev, bot, dart, flutter, google-apps-script, mtproto, mtproto-client, tdlib, telegram, telegram-api, telegram-bot, telegram-bot-api, telegram-cli, telegram-client, telegram-dart, telegram-flutter, telegram-server, telegram-userbot, userbot, wasm
- Language: Dart
- Homepage: https://azkadev.github.io/telegram_client/
- Size: 217 MB
- Stars: 522
- Watchers: 7
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Telegram Client library
this library will not be updated anymore, I made a new library with more features and allows any telegram client / platform
check out: https://github.com/General-Developer/general_bot_library
![]()
Ultra Fast, Enjoyable & Cross Platform Telegram Client
[](https://www.youtube.com/@Global_Corporation)
[](https://pub.dev/packages/telegram_client)
**Telegram Client** Dart **library** for make telegram base flutter **bot**, **userbot**, **App** Support Run Server Side And Client Side, This library 100% easy for make multiples **client or accounts** because this library you just call function not execute shell command so update account will show at function event emitter
## Features
- 🚀 **Work On Cross Platform**: Mobile, Desktop, Browser, Server Side
- ⚡ **Good Performance and efficient**
- ❤️ **Simple, Easey Powerfull, Can Extend To Scala Bussiness**### Information
This Library only update if there ae feature that i want, if you want library with full documentation so it usually **makes things easier DEVELOP PROGRAM** you just need to buy / donate at [Azkadev](https://github.com/sponsors/azkadev)
##
Fact
- This library is **very fast** and can be created on a business scale (**Multiple Gateway Accounts**)
- per active account used to send lots of messages in groups / private (stable - + 100 MB RAM usage)## Example Project Use This Library
1. [AZKA GRAM](https://github.com/azkadev/azkagram) / [Global GRAM](https://github.com/globalcorporation/global_gram_app)
**Telegram Application** with **redesign** with new some features userbot and other **features which is not officially provided on Telegram** First this project open source but we closed it to **close source** because our program is easy to read and allows other people to edit the source code and then use it for criminal acts
| CHAT PAGE | SIGN UP PAGE | HOME PAGE | GUIDE PAGE |
|:----------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------:|-----------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------:|
|  |  |  |  |2. [AzkaDev Bot App](https://github.com/azkadev/products_azkadev_bot_app) / [Global Bot App](https://github.com/globalcorporation/global_bot_app)
**Cross Platform** app for Run Multiple bot / userbot in cloud or local device, for run optimal we need modern devices with high end specs.| SIGN IN PAGE | SIGN UP PAGE | HOME PAGE | GUIDE PAGE |
|:------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------:|-------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------:|
|  |  |  |  |
3. [AZKADEV BOT](https://t.me/azkadevbot?start=ref_library_telegram_client)
Complex Paid Telegram bot that can handle many groups, ch, private, with many payment gateway features, Automation Store, clone userbot bot, made with this library without mixing other code languages, This bot runs only using < 100mb on a very light server because it uses dart| Setting Menu | Manage Chat | Extra Menu | Feature MEnu |
|:--------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------:|---------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------:|
|  |  |  |  |
4. [AZKADEV Userbot]()
Complex Paid Telegram Userbot that can handle many groups, ch, private, with many payment gateway features, Automation Store, clone userbot bot, made with this library without mixing other code languages, This Userbot runs only using < 1gb on a very light server because it uses dart| Setting Menu | Manage Chat | Extra Menu | Feature MEnu |
|:--------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------:|---------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------:|
|  |  |  |  |
5. [AZKADEV Userbot]()
Complex Paid Telegram Userbot that can handle many groups, ch, private, with many payment gateway features, Automation Store, clone userbot bot, made with this library without mixing other code languages, This Userbot runs only using < 1gb on a very light server because it uses dart| Setting Menu | Manage Chat | Extra Menu | Feature MEnu |
|:--------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------:|---------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------:|
|  |  |  |  |6. [NEXTGIFTO Telegram USERBOT]()
Telegram userbot Free| 🧩 | 📚 | 🙅 | 🕛 | ♻️ |
|------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|
|  |  |  |  |  |---
## Guide on how to use this library
Before using this library, make sure you know basic coding
And your laptop has the programming language installed [dart](https://dart.dev)### Install Library
1. Install Library
To install the library you need to type the command below in the terminal```bash
dart pub add telegram_client
```
If you want to create your application use this command1. For Flutter
```bash
flutter pub add telegram_client telegram_client_linux telegram_client_android telegram_client_ios telegram_client_macos telegram_client_windows
```### Add Library
```dart
import 'package:telegram_client/telegram_client.dart';
```### Docs
1. [Github Docs](https://www.youtube.com/@GENERAL_DEV)
2. [Support Group](https://t.me/DEVELOPER_GLOBAL_PUBLIC)
3. [Youtube](https://youtube.com/@azkadev)### Quick Start
```dart
import 'package:telegram_client/telegram_client/telegram_client.dart';void main(List args) {
TelegramClient tg = TelegramClient();
tg.ensureInitialized();
tg.on(
event_name: tg.event_update,
onUpdate: (updateTelegramClient) {
// kode
},
onError: (error, stackTrace) {},
);
tg.tdlib.initIsolate();
}
```## Important
**I really need funds so that this library can be easier to use. You can buy this library by subscribing/sponsoring me on GitHub:** [AZKADEV](https://github.com/azkadev)