Skip to content

Files

28 lines (18 loc) · 656 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 656 Bytes

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

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

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