We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0591f0 commit 73243c9Copy full SHA for 73243c9
pkg/channels/manager_test.go
@@ -37,6 +37,7 @@ func (m *mockChannel) SendPlaceholder(ctx context.Context, chatID string) (strin
37
m.lastPlaceholderID = "mock-ph-123"
38
return m.lastPlaceholderID, nil
39
}
40
+
41
func (m *mockChannel) EditMessage(ctx context.Context, chatID, messageID, content string) error {
42
m.editedMessages++
43
return nil
0 commit comments