v1.0.0 beta 12

This commit is contained in:
2026-03-12 14:02:32 +03:00
parent 7e12e0a9f9
commit b1b0cbdfbd
17 changed files with 1410 additions and 308 deletions

View File

@@ -12,6 +12,7 @@ const (
ParseMDV2 ParseMode = "MarkdownV2"
ParseHTML ParseMode = "HTML"
ParseMD ParseMode = "Markdown"
ParseNone ParseMode = "None"
)
type EmptyParams struct{}