Updated InputMedia objects

This commit is contained in:
netkas 2024-10-04 00:36:07 -04:00
parent 1d11ef3b2a
commit 3774b7f8c0
7 changed files with 113 additions and 415 deletions

View file

@ -0,0 +1,10 @@
<?php
namespace TgBotLib\Enums\Types;
enum ParseMode : string
{
case HTML = 'HTML';
case MARKDOWN = 'Markdown';
case MARKDOWN_V2 = 'MarkdownV2';
}