telegram

Creator: coderz1093

Last updated:

Add to Cart

Description:

telegram

A simple and light weight utility for sending messages via Telegram. Telegram is a globally accessible freemium, cross-platform, cloud-based instant messaging service. The service also provides optional end-to-end encrypted chats and video calling, VoIP, file sharing and several other features.
Features #

📨 Send Message via Telegram
🔗 Telegram Link Generator
📌 Copy Telegram Link
🔥 more coming soon...
Installation #
Add telegram as dependency by running the command below:
flutter pub add telegram
copied to clipboard
OR
Add telegram this in your pubspec.yaml:
dependencies:
telegram:
copied to clipboard
Usage 📨 #

/// Send message via Telegram
Telegram.send(
username:'UsamaSarwar',
message:'Thanks for building Telegram Package :)'
);
copied to clipboard
/// Copy Telegram message Link to clipboard
Telegram.copyLinkToClipboard(
username:'UsamaSarwar',
message:'Thanks for building Telegram Package :)'
);
copied to clipboard
/// Get Telegram message link as String
Telegram.getLink(
username:'UsamaSarwar',
message:'Thanks for building Telegram Package :)'
);
copied to clipboard
Contribution 💙 #
You are warmly welcome for contributing telegram package. Checkout this contribution guide.

Open Source Contributor from Punjab, Pakistan 🇵🇰

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.