Skip to content

Commit

Permalink
add entrytype blockquote
Browse files Browse the repository at this point in the history
  • Loading branch information
Luoxin authored and demget committed Feb 20, 2024
1 parent 4cce303 commit 59775c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions message.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ const (
EntityTextLink EntityType = "text_link"
EntitySpoiler EntityType = "spoiler"
EntityCustomEmoji EntityType = "custom_emoji"
EntityBlockquote EntityType = "blockquote"
)

// Entities is used to set message's text entities as a send option.
Expand Down

0 comments on commit 59775c2

Please sign in to comment.