Added PaidMedia, PaidMediaPhoto, PaidMediaPreview, PaidMediaVideo & PaidMediaType Enum
This commit is contained in:
parent
b3b3302f00
commit
a4bc96d00b
6 changed files with 238 additions and 0 deletions
10
src/TgBotLib/Enums/Types/PaidMediaType.php
Normal file
10
src/TgBotLib/Enums/Types/PaidMediaType.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum PaidMediaType : string
|
||||
{
|
||||
case PREVIEW = 'preview';
|
||||
case PHOTO = 'photo';
|
||||
case VIDEO = 'video';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue