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