df
Browse files
mysite/interpreter/google_chat.py
CHANGED
@@ -84,6 +84,20 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
|
|
84 |
}
|
85 |
]
|
86 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
|
88 |
]
|
89 |
}
|
|
|
84 |
}
|
85 |
]
|
86 |
},
|
87 |
+
{
|
88 |
+
"buttons": [
|
89 |
+
{
|
90 |
+
"textButton": {
|
91 |
+
"text": "WEBボットカスタマーサポートテスト",
|
92 |
+
"onClick": {
|
93 |
+
"openLink": {
|
94 |
+
"url": "https://kenken999-php.hf.space/main_list.php?page=mainpage"
|
95 |
+
}
|
96 |
+
}
|
97 |
+
}
|
98 |
+
}
|
99 |
+
]
|
100 |
+
},
|
101 |
|
102 |
]
|
103 |
}
|