This commit is contained in:
afjcjsbx
2026-03-07 16:45:21 +01:00
parent a0591f0c08
commit 73243c9014
+1
View File
@@ -37,6 +37,7 @@ func (m *mockChannel) SendPlaceholder(ctx context.Context, chatID string) (strin
m.lastPlaceholderID = "mock-ph-123"
return m.lastPlaceholderID, nil
}
func (m *mockChannel) EditMessage(ctx context.Context, chatID, messageID, content string) error {
m.editedMessages++
return nil