Add BackgroundFill objects
This commit is contained in:
parent
eb15ca3ee9
commit
649004a844
5 changed files with 223 additions and 0 deletions
10
src/TgBotLib/Enums/Types/BackgroundFillType.php
Normal file
10
src/TgBotLib/Enums/Types/BackgroundFillType.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum BackgroundFillType : string
|
||||
{
|
||||
case SOLID = 'solid';
|
||||
case GRADIENT = 'gradient';
|
||||
case FREEFORM_GRADIENT = 'freeform_gradient';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue