Updated InputMedia objects
This commit is contained in:
parent
1d11ef3b2a
commit
3774b7f8c0
7 changed files with 113 additions and 415 deletions
10
src/TgBotLib/Enums/Types/ParseMode.php
Normal file
10
src/TgBotLib/Enums/Types/ParseMode.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum ParseMode : string
|
||||
{
|
||||
case HTML = 'HTML';
|
||||
case MARKDOWN = 'Markdown';
|
||||
case MARKDOWN_V2 = 'MarkdownV2';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue