Add ProtectContent field, spoiler type comment.

This commit is contained in:
Syfaro 2022-01-02 22:00:12 -05:00
parent ef6e421559
commit 50273c947a
2 changed files with 3 additions and 0 deletions

View file

@ -712,6 +712,7 @@ type MessageEntity struct {
// “italic” (italic text),
// “underline” (underlined text),
// “strikethrough” (strikethrough text),
// "spoiler" (spoiler message),
// “code” (monowidth string),
// “pre” (monowidth block),
// “text_link” (for clickable text URLs),