diff --git a/telebot/types.py b/telebot/types.py index eb3fabf..a200b73 100644 --- a/telebot/types.py +++ b/telebot/types.py @@ -582,7 +582,8 @@ class Message(JsonDeserializable): # "url": "{text}", # @badiboy plain URLs have no text and do not need tags "text_link": "{text}", "strikethrough": "{text}", - "underline": "{text}" + "underline": "{text}", + "spoiler": "{text}", } if hasattr(self, "custom_subs"):