Added \TgBotLib\Abstracts > StickerType
This commit is contained in:
parent
9ca2b62283
commit
4fbe285104
1 changed files with 12 additions and 0 deletions
12
src/TgBotLib/Abstracts/StickerType.php
Normal file
12
src/TgBotLib/Abstracts/StickerType.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Abstracts;
|
||||
|
||||
abstract class StickerType
|
||||
{
|
||||
const Regular = 'regular';
|
||||
|
||||
const Mask = 'mask';
|
||||
|
||||
const CustomEmoji = 'custom_emoji';
|
||||
}
|
Loading…
Add table
Reference in a new issue