mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add blockquotes to text decorations
This commit is contained in:
parent
d9f58b5a41
commit
afd015efa2
1 changed files with 2 additions and 2 deletions
|
|
@ -150,8 +150,8 @@ class TextDecoration(ABC):
|
|||
pass
|
||||
|
||||
@abstractmethod
|
||||
def blockquote(self, value: str) -> str: #pragma: no cover
|
||||
return f"<blockquote>{value}</blockquote>"
|
||||
def blockquote(self, value: str) -> str: # pragma: no cover
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def custom_emoji(self, value: str, custom_emoji_id: str) -> str: # pragma: no cover
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue