package
0.0.0-20240513023348-5feaf8d2ad78
Repository: https://github.com/go-faster/bot.git
Documentation: pkg.go.dev

# Functions

NewBot creates new bot.
NewLoggedDispatcher creates new update logging middleware.
NewMessageMux creates new MessageMux.

# Structs

Bot represents generic Telegram bot state and event dispatcher.
No description provided by the author
InlineQuery represents inline query event.
LoggedDispatcher is update logging middleware.
MessageEvent represents message event.
MessageMux is message event router.

# Interfaces

No description provided by the author
InlineHandler is a simple inline query event handler.
MessageHandler is a simple message event handler.

# Type aliases

ButtonHandlerFunc is a functional adapter for Handler.
InlineHandlerFunc is a functional adapter for Handler.
MessageHandlerFunc is a functional adapter for Handler.