telegram 0.0.3
telegram: ^0.0.3 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 π΅π°