1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-10 16:48:15 +01:00
This commit is contained in:
Mahdi 2024-12-02 20:47:44 +03:30
parent 54f7858494
commit e578736215

View File

@ -24,4 +24,4 @@ enum ParseMode: string
case HTML = 'HTML';
case MARKDOWN = 'Markdown';
case TEXT = 'text';
}
}