Moved Types to their own namespace
This commit is contained in:
parent
2f701a899f
commit
55e65e8948
35 changed files with 36 additions and 35 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums;
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum BotCommandScopeType : string
|
||||
{
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums;
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum ChatActionType : string
|
||||
{
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums;
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum ChatMemberStatus : string
|
||||
{
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums;
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum ChatType : string
|
||||
{
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums;
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum EventType : string
|
||||
{
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums;
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum InlineQueryResultType : string
|
||||
{
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums;
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum InputMediaType : string
|
||||
{
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums;
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum MenuButtonType : string
|
||||
{
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums;
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum MessageEntityType : string
|
||||
{
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums;
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum PassportElementType : string
|
||||
{
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums;
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum PollType : string
|
||||
{
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums;
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum StickerFormat : string
|
||||
{
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums;
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum StickerType : string
|
||||
{
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums;
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum ThumbnailMimeType : string
|
||||
{
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums;
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum UpdateEventType : string
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue