👉
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: "!" },
],
},
],
},
],
};
Hello,
!
情報密度が高まった (文字数や面積に対する意味のあるコードの割合が増えた) 印象ありません?