Вход Регистрация
Файл: upload/core/vendor/longman/telegram-bot/src/Entities/Message/InaccessibleMessage.php
Строк: 31
<?php

namespace LongmanTelegramBotEntitiesMessage;

use 
LongmanTelegramBotEntitiesChat;
use 
LongmanTelegramBotEntitiesEntity;

/**
 * @method Chat getChat()      Chat the message belonged to
 * @method int  getMessageId() Unique message identifier inside the chat
 * @method int  getDate()      Always 0. The field can be used to differentiate regular and inaccessible messages.
 */
class InaccessibleMessage extends Entity implements MaybeInaccessibleMessage
{
    protected function 
subEntities(): array
    {
        return [
            
'chat' => Chat::class,
        ];
    }
}
Онлайн: 0
Реклама