Documentation
¶
Overview ¶
Package api exposes HTTP API for bot service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
func (*Error) MarshalZerologObject ¶ added in v1.13.0
type ReplyRequest ¶ added in v1.17.0
type ReplyRequest struct {
ChatID types.ChatID `json:"chat_id"`
Spec *spec.MessageReply `json:"spec"`
}
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewServiceWithLogger ¶ added in v1.13.0
Click to show internal directories.
Click to hide internal directories.