Updated InputMessageContent objects
This commit is contained in:
parent
6a7668c427
commit
58849813e9
7 changed files with 148 additions and 278 deletions
12
src/TgBotLib/Enums/Types/InputMessageContentType.php
Normal file
12
src/TgBotLib/Enums/Types/InputMessageContentType.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum InputMessageContentType : string
|
||||
{
|
||||
case TEXT = 'text';
|
||||
case LOCATION = 'location';
|
||||
case VENUE = 'venue';
|
||||
case CONTACT = 'contact';
|
||||
case INVOICE = 'invoice';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue