Types and interfaces referenced in bot API clients (like bots-api-telegram) & Bots FW
package botsgocore
type KeyboardType int
type Keyboard interface {
KeyboardType() KeyboardType
}
KeyboardTypeNone
KeyboardTypeReply
KeyboardTypeInline
KeyboardTypeBottom
KeyboardTypeForceReply