module
Version:
v0.2.5
Opens a new window with list of versions in this module.
Published: Jul 16, 2026
License: MIT
Opens a new window with license information.
README
¶
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
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
¶
Click to show internal directories.
Click to hide internal directories.