Added TransactionPartner object
This commit is contained in:
parent
07140aa08f
commit
eef9ab5624
6 changed files with 285 additions and 0 deletions
11
src/TgBotLib/Enums/Types/TransactionPartnerType.php
Normal file
11
src/TgBotLib/Enums/Types/TransactionPartnerType.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum TransactionPartnerType : string
|
||||
{
|
||||
case USER = 'user';
|
||||
case FRAGMENT = 'fragment';
|
||||
case TELEGRAM_ADS = 'telegram_ads';
|
||||
case OTHER = 'other';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue