telegram 0.0.7 telegram: ^0.0.7 copied to clipboard
A simple and light weight utility for sending message via 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
OR
Add telegram this in your pubspec.yaml
:
dependencies:
telegram:
Usage 📨 #
/// Send message via Telegram
Telegram.send(
username:'UsamaSarwar',
message:'Thanks for building Telegram Package :)'
);
/// Copy Telegram message Link to clipboard
Telegram.copyLinkToClipboard(
username:'UsamaSarwar',
message:'Thanks for building Telegram Package :)'
);
/// Get Telegram message link as String
Telegram.getLink(
username:'UsamaSarwar',
message:'Thanks for building Telegram Package :)'
);
Contribution 💙 #
You are warmly welcome for contributing telegram package. Checkout this contribution guide.
Open Source Contributor from Punjab, Pakistan 🇵🇰