bots-go-core

module
v0.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2026 License: MIT

README

Package github.com/bots-go-framework/bots-go-core

Types and interfaces referenced in bot API clients (like bots-api-telegram) & Bots FW

Our approach to development

We build with our own tooling:

  • SpecScore — specify requirements as SpecScore.md artifacts
  • 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

keyboard.go

package botsgocore

type KeyboardType int

type Keyboard interface {
	KeyboardType() KeyboardType
}

Keyboard types
  • KeyboardTypeNone
  • KeyboardTypeReply
  • KeyboardTypeInline
  • KeyboardTypeBottom
  • KeyboardTypeForceReply

Bot API clients that use this Go module

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL