Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatActionService ¶
type ChatActionService struct {
// contains filtered or unexported fields
}
func NewChatActionService ¶
func NewChatActionService(ctx context.Context) *ChatActionService
func (ChatActionService) ChatActionService ¶
func (s ChatActionService) ChatActionService(req *message.ActionRequest) error
type ListChatService ¶
type ListChatService struct {
// contains filtered or unexported fields
}
func NewListChatService ¶
func NewListChatService(ctx context.Context) *ListChatService
func (ListChatService) ListChat ¶
func (s ListChatService) ListChat(req *message.ChatRequest) ([]*message.Message, error)
Click to show internal directories.
Click to hide internal directories.