Added \TgBotLib\Objects > Chat
This commit is contained in:
parent
1ce6f8549d
commit
55fb583b6c
2 changed files with 558 additions and 0 deletions
11
src/TgBotLib/Abstracts/ChatType.php
Normal file
11
src/TgBotLib/Abstracts/ChatType.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Abstracts;
|
||||
|
||||
abstract class ChatType
|
||||
{
|
||||
const Private = 'private';
|
||||
const Group = 'group';
|
||||
const Supergroup = 'supergroup';
|
||||
const Channel = 'channel';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue