Categorygithub.com/hbbtekademy/tbotworkflow
repositorypackage
1.2.2
Repository: https://github.com/hbbtekademy/tbotworkflow.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

tbotworkflow - Telegram Bot Workflows

Use tbotworkflow to build interactive sequential and conditional workflows for your Telegram Bot to gather user input.

Features

  • Build interactive Sequential and Conditional workflows for your Telegram Bot.
  • No thirdparty library dependencies (except for Official Go Telegram Bot API).
  • Does not require access to your Bot Token.

Limitations

  • Currently supports only normal Reply Markup Keyboards. Inline keyboards not supported.

Installation

go get -u github.com/hbbtekademy/tbotworkflow

Examples

Sequential Workflow

Conditional Workflow

Optional Parameters