Skip to content

Instantly share code, notes, and snippets.

@InsanusMokrassar
Created February 10, 2021 18:45
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 InsanusMokrassar/771d6e5f8f9be0dea91a05fc339402e5 to your computer and use it in GitHub Desktop.
Save InsanusMokrassar/771d6e5f8f9be0dea91a05fc339402e5 to your computer and use it in GitHub Desktop.
Examples of TelegramBotAPI library work
suspend fun main(vararg args: String) {
val botToken = args.first()
val bot = telegramBot(botToken)
println(bot.getMe())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment