diff --git a/block_rich_text.go b/block_rich_text.go index 9bd736765..c3629b632 100644 --- a/block_rich_text.go +++ b/block_rich_text.go @@ -338,7 +338,7 @@ func NewRichTextSectionUserElement(userID string, style *RichTextSectionTextStyl type RichTextSectionEmojiElement struct { Type RichTextSectionElementType `json:"type"` Name string `json:"name"` - SkinTone int `json:"skin_tone"` + SkinTone int `json:"skin_tone,omitempty"` Style *RichTextSectionTextStyle `json:"style,omitempty"` }