Versions in this module Expand all Collapse all v0 v0.1.1 Jul 27, 2026 v0.1.0 Jul 22, 2026 Changes in this version + func Platform() platform.Platform + type Emulator struct + func NewEmulator() *Emulator + func (e *Emulator) BotAPIURL() string + func (e *Emulator) Close() + func (e *Emulator) SetWebhook(url string, client *http.Client) + func (e *Emulator) SubmitClick(chatID int64, user platform.User, data string, targetMessageID int) error + func (e *Emulator) SubmitText(chatID int64, user platform.User, text string) error + func (e *Emulator) Transcript(chatID int64) string + func (e *Emulator) WaitForEdit(chatID int64, messageID int, afterVersion int, timeout time.Duration) (*platform.Message, bool) + func (e *Emulator) WaitForMessage(chatID int64, consumed int, timeout time.Duration) (*platform.Message, bool)