Add BackgroundType objects
This commit is contained in:
parent
649004a844
commit
c2ba0bf68e
6 changed files with 354 additions and 0 deletions
11
src/TgBotLib/Enums/Types/BackgroundType.php
Normal file
11
src/TgBotLib/Enums/Types/BackgroundType.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum BackgroundType : string
|
||||
{
|
||||
case FILL = 'fill';
|
||||
case WALLPAPER = 'wallpaper';
|
||||
case PATTERN = 'pattern';
|
||||
case CHAT_THEME = 'chat_theme';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue