New PHP 7.1 constants visibility for MessageSender.
This commit is contained in:
parent
c1848aad86
commit
3f5e9bda5e
|
@ -13,9 +13,9 @@ use unreal4u\TelegramAPI\TgLog;
|
|||
*/
|
||||
class MessageSender
|
||||
{
|
||||
const PARSE_PLAIN = '';
|
||||
const PARSE_MARKDOWN = 'Markdown';
|
||||
const PARSE_HTML5 = 'HTML';
|
||||
public const PARSE_PLAIN = '';
|
||||
public const PARSE_MARKDOWN = 'Markdown';
|
||||
public const PARSE_HTML5 = 'HTML';
|
||||
|
||||
/**
|
||||
* @var TgLog
|
||||
|
|
Loading…
Reference in a new issue