paperplane 0.1.3 copy "paperplane: ^0.1.3" to clipboard
paperplane: ^0.1.3 copied to clipboard

outdated

A Flying Telegram Bot API Wrapper created from Scratch and Paper.

example/paperplane_example.dart

/**
 * PaperPlane - Just a Telegram Library for Dart
 * Copyright (c) 2020 Nebulino
 */

import 'package:paperplane/paperplane.dart';

// Just an example of Bot
void main() {
  var token = 'TOKEN';
  var bot = PaperPlane.createBot(token);
  print(bot.token);
}
6
likes
0
pub points
0%
popularity

Publisher

verified publishernebulino.cloud

A Flying Telegram Bot API Wrapper created from Scratch and Paper.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, json_annotation, matcher, path

More

Packages that depend on paperplane