Added \TgBotLib\Abstracts > PollType
This commit is contained in:
parent
492a45a49d
commit
8bfc2e681f
1 changed files with 10 additions and 0 deletions
10
src/TgBotLib/Abstracts/PollType.php
Normal file
10
src/TgBotLib/Abstracts/PollType.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Abstracts;
|
||||
|
||||
abstract class PollType
|
||||
{
|
||||
const Regular = 'regular';
|
||||
|
||||
const Quiz = 'quiz';
|
||||
}
|
Loading…
Add table
Reference in a new issue