msgService := chat.NewSpacesMessagesService(service)
msg := ChatCard("Title", "Subtitle", data)
// msg := "hello"
fmt.Print("Now ChatCard Method called\n")
_, err = msgService.Create("spaces/AAAAwlgqHZg", msg).Do()
if err != nil {
fmt.Println(err)
}
I’m trying to connect to google chat but , google API no chat bot-associated error occurred any help would be appreciatable?