Updated KeyboardButtonPollType
This commit is contained in:
parent
3746009e4e
commit
63970f807e
2 changed files with 22 additions and 16 deletions
9
src/TgBotLib/Enums/Types/KeyboardButtonPollType.php
Normal file
9
src/TgBotLib/Enums/Types/KeyboardButtonPollType.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum KeyboardButtonPollType : string
|
||||
{
|
||||
case QUIZ = 'quiz';
|
||||
case REGULAR = 'regular';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue