Added \TgBotLib\Abstracts > MenuButtonType
This commit is contained in:
parent
640210f931
commit
46003c317b
1 changed files with 11 additions and 0 deletions
11
src/TgBotLib/Abstracts/MenuButtonType.php
Normal file
11
src/TgBotLib/Abstracts/MenuButtonType.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace TgBotLib\Abstracts;
|
||||||
|
|
||||||
|
abstract class MenuButtonType
|
||||||
|
{
|
||||||
|
const Commands = 'commands';
|
||||||
|
const WebApp = 'web_app';
|
||||||
|
const Default = 'default';
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue