Skip to content

Instantly share code, notes, and snippets.

@ivan-osipov
Created July 13, 2017 06:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivan-osipov/266204f3560a6c5e64d381df5c73bf22 to your computer and use it in GitHub Desktop.
Save ivan-osipov/266204f3560a6c5e64d381df5c73bf22 to your computer and use it in GitHub Desktop.
Clabo simple usage
fun main(args: Array<String>) {
bot("apiToken") launch {
onStart { command -> command.update.message answer "Привет!" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment