1 | <?php |
||
24 | class DeleteChatPhoto extends TelegramMethods |
||
25 | { |
||
26 | /** |
||
27 | * Unique identifier for the target chat or username of the target supergroup or channel (in the format |
||
28 | * @channelusername) |
||
29 | * @var string |
||
30 | */ |
||
31 | public $chat_id = ''; |
||
32 | |||
33 | public static function bindToObject(TelegramRawData $data, LoggerInterface $logger): TelegramTypes |
||
37 | |||
38 | public function getMandatoryFields(): array |
||
44 | } |
||
45 |