1 | <?php |
||
20 | class DeleteStickerFromSet extends TelegramMethods |
||
21 | { |
||
22 | /** |
||
23 | * File identifier of the sticker |
||
24 | * @var string |
||
25 | */ |
||
26 | public $sticker = ''; |
||
27 | |||
28 | public static function bindToObject(TelegramRawData $data, LoggerInterface $logger): TelegramTypes |
||
32 | |||
33 | public function getMandatoryFields(): array |
||
39 | } |
||
40 |