Types and interfaces referenced in bot API clients (like bots-api-telegram) & Bots FW
We build with our own tooling:
- SpecScore — specify requirements as
SpecScore.mdartifacts - SpecStudio — author & manage specs across their lifecycle
- inGitDB — store structured data in Git where applicable
- DALgo — data access layer for Go
- cover100.dev — drive toward 100% test coverage
- DataTug — query & explore data
package botsgocore
type KeyboardType int
type Keyboard interface {
KeyboardType() KeyboardType
}KeyboardTypeNoneKeyboardTypeReplyKeyboardTypeInlineKeyboardTypeBottomKeyboardTypeForceReply