Slide 37
Slide 37 text
const body = {
blocks: [
{
type: "rich_text",
elements: [
{
type: "rich_text_section",
elements: [
{ type: "text", text: "Hello " },
{ type: "user", user_id: user.id },
{ type: "text", text: "!" },
],
},
],
},
],
};
※ これくらいなら `mrkdwn` だけで書けるので、若干悪意ある例ではある