tg 0.0.4 copy "tg: ^0.0.4" to clipboard
tg: ^0.0.4 copied to clipboard

Telegram Client API (MTProto) to connect to Telegram and control a user programmatically.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tg

With Flutter:

 $ flutter pub add tg

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  tg: ^0.0.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:tg/tg.dart';
1
likes
160
pub points
0%
popularity

Publisher

unverified uploader

Telegram Client API (MTProto) to connect to Telegram and control a user programmatically.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

archive, crypto, encrypt, pointycastle, t

More

Packages that depend on tg