telegram_client 0.8.44 copy "telegram_client: ^0.8.44" to clipboard
telegram_client: ^0.8.44 copied to clipboard

Telegram Client Lightweight, blazing and Highly customizable for make application telegram based tdlib, mtproto, or bot api and support server side.

Telegram Client library #

Ultra Fast, Enjoyable & Cross Platform Telegram Client

Pub Version

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

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 / Global GRAM

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
  1. AzkaDev Bot App / 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
  1. AZKADEV BOT

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
  1. 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
  1. 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
  1. NEXTGIFTO Telegram USERBOT Telegram userbot Free
🧩 📚 🙅 🕛 ♻️
Screenshot_20241029-042034_example Screenshot_20241029-042218_example Screenshot_20241029-042224_example Screenshot_20241029-042234_example Screenshot_20241029-042248_example

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

Install Library #

  1. Install Library

    To install the library you need to type the command below in the terminal

dart pub add telegram_client
copied to clipboard

If you want to create your application use this command

  1. For Flutter
flutter pub add telegram_client telegram_client_linux telegram_client_android telegram_client_ios telegram_client_macos telegram_client_windows
copied to clipboard

Add Library #

import 'package:telegram_client/telegram_client.dart';
copied to clipboard

Docs #

  1. Github Docs
  2. Support Group
  3. Youtube

Quick Start #

import 'package:telegram_client/telegram_client/telegram_client.dart';

void main(List<String> args) {
  TelegramClient tg = TelegramClient();
  tg.ensureInitialized();
  tg.on(
    event_name: tg.event_update,
    onUpdate: (updateTelegramClient) {
      // kode
    },
    onError: (error, stackTrace) {},
  );
  tg.tdlib.initIsolate();
}
copied to clipboard

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

155
likes
150
points
2.75k
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

2024.09.13 - 2025.03.28

Telegram Client Lightweight, blazing and Highly customizable for make application telegram based tdlib, mtproto, or bot api and support server side.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#telegram #tdlib #mtproto #userbot #bot

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com
github.com

License

MIT (license)

Dependencies

collection, ffi, ffi_universe, general_lib, http, io_universe, mime, path, server_universe

More

Packages that depend on telegram_client