chore: update tg message handler

This commit is contained in:
Steven
2024-03-12 22:48:53 +08:00
parent 425e85f0f9
commit 6b6edc3791
4 changed files with 50 additions and 22 deletions

View File

@@ -16,6 +16,7 @@ const (
Strikethrough = "strikethrough" // “strikethrough” (strikethrough text)
Code = "code" // “code” (monowidth string)
Pre = "pre" // “pre” (monowidth block)
Spoiler = "spoiler" // “spoiler” (hidden text)
TextLink = "text_link" // “text_link” (for clickable text URLs)
TextMention = "text_mention" // “text_mention” (for users without usernames)
)