telegram 1.0.0 copy "telegram: ^1.0.0" to clipboard
telegram: ^1.0.0 copied to clipboard

A comprehensive Telegram utility for Flutter with URL schemes, Bot API integration, media sharing, chat management, and Web App support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add telegram

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

dependencies:
  telegram: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:telegram/telegram.dart';
30
likes
150
points
285
downloads
screenshot

Publisher

verified publisherusama.dev

Weekly Downloads

A comprehensive Telegram utility for Flutter with URL schemes, Bot API integration, media sharing, chat management, and Web App support.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#telegram #bot-api #messaging #url-schemes #media-sharing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, url_launcher

More

Packages that depend on telegram