Added RevenueWithdrawalState objects
This commit is contained in:
parent
6839980fdb
commit
07140aa08f
5 changed files with 189 additions and 0 deletions
10
src/TgBotLib/Enums/Types/RevenueWithdrawalType.php
Normal file
10
src/TgBotLib/Enums/Types/RevenueWithdrawalType.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum RevenueWithdrawalType : string
|
||||
{
|
||||
case PENDING = 'pending';
|
||||
case SUCCEEDED = 'succeed';
|
||||
case FAILED = 'failed';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue