Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrArgumentNotFound = errors.New("argument not found")
Functions ¶
This section is empty.
Types ¶
type Argument ¶
func NewConstArg ¶
type ReplyService ¶ added in v1.17.0
type ReplyService struct {
// contains filtered or unexported fields
}
func NewReplyService ¶ added in v1.17.0
func NewReplyService(tg *telegram.BotAPI, secrets types.Secrets, sp types.StateProvider, logger zerolog.Logger, ) *ReplyService
func (*ReplyService) ServeHTTP ¶ added in v1.17.0
func (s *ReplyService) ServeHTTP(w http.ResponseWriter, req *http.Request)
type SendMessage ¶
type SendMessage struct {
// contains filtered or unexported fields
}
func NewSendMessage ¶
func NewSendMessage(chats []uint64, handler api.Handler) *SendMessage
Click to show internal directories.
Click to hide internal directories.