Skip to content

Commit

Permalink
fix: Ensures the Emoji Block Kit Unicode is Optional
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoaiello committed Oct 14, 2024
1 parent 203cdb2 commit 264e742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block_rich_text.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ type RichTextSectionEmojiElement struct {
Type RichTextSectionElementType `json:"type"`
Name string `json:"name"`
SkinTone int `json:"skin_tone"`
Unicode string `json:"unicode,omitempty"`
Unicode *string `json:"unicode,omitempty"`
Style *RichTextSectionTextStyle `json:"style,omitempty"`
}

Expand Down

0 comments on commit 264e742

Please sign in to comment.