Skip to content

Instantly share code, notes, and snippets.

@Cibernomadas
Created May 20, 2018 21:25
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 Cibernomadas/d9189f161635519283b7f22e0b70e2fa to your computer and use it in GitHub Desktop.
Save Cibernomadas/d9189f161635519283b7f22e0b70e2fa to your computer and use it in GitHub Desktop.
if esComandoValido(update.Message.Command()) {
if cmd, ok := esComandoCalc(update.Message.Command()); ok {
// Realizar operaciones de la calculadora
} else if esComandoInicio(update.Message.Command()) {
// Mostrar mensaje de inicio
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment