origami_telegram 0.0.4 copy "origami_telegram: ^0.0.4" to clipboard
origami_telegram: ^0.0.4 copied to clipboard

telegram module origami core framework

example/example.dart

import 'dart:io'; 
import 'package:origami_telegram/telegram.dart';
import 'package:origamicore/origamiCore.dart';

void main() { 
  var core = OrigamiCore(Directory.current.path + '/example/config.json');
  core.start([
    TelegramIndex(), 
  ]);
}
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

telegram module origami core framework

License

MIT (LICENSE)

Dependencies

origami_redis, origamicore, teledart

More

Packages that depend on origami_telegram