diff --git a/README.md b/README.md index 23c71e4..69f78c2 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ func main() { Scope: "public", Content: "Bonjour!", ChatID: eventData.Message.ChatID, + Type: "text", } _, status, err := client.MessageSend(message)