Skip to content

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

License

Notifications You must be signed in to change notification settings

azkadev/telegram_client

Repository files navigation

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

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

Add Library

import 'package:telegram_client/telegram_client.dart';

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();
}

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

About

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

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages