Documentation ¶
Index ¶
- type ChatBot
- func (cb *ChatBot) LoggedIn() (bool, error)
- func (cb *ChatBot) Login(username string, password string) ([]*http.Cookie, error)
- func (cb *ChatBot) Logout() error
- func (cb *ChatBot) RestartChatStream() error
- func (cb *ChatBot) StartAllMessages() error
- func (cb *ChatBot) StartChatStream() error
- func (cb *ChatBot) StartMessage(id string) error
- func (cb *ChatBot) StopAllMessages() error
- func (cb *ChatBot) StopChatStream() error
- func (cb *ChatBot) StopMessage(id string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatBot ¶
func NewChatBot ¶
func (*ChatBot) RestartChatStream ¶ added in v0.4.2
func (*ChatBot) StartAllMessages ¶ added in v0.4.0
func (*ChatBot) StartChatStream ¶ added in v0.2.0
func (*ChatBot) StartMessage ¶
func (*ChatBot) StopAllMessages ¶
func (*ChatBot) StopChatStream ¶ added in v0.2.0
func (*ChatBot) StopMessage ¶
Click to show internal directories.
Click to hide internal directories.