1 | <?php |
||
20 | class GetStickerSet extends TelegramMethods |
||
21 | { |
||
22 | /** |
||
23 | * Short name of the sticker set that is used in t.me/addstickers/ URLs (e.g., animals) |
||
24 | * @var string |
||
25 | */ |
||
26 | public $name = ''; |
||
27 | |||
28 | public static function bindToObject(TelegramRawData $data, LoggerInterface $logger): TelegramTypes |
||
32 | |||
33 | public function getMandatoryFields(): array |
||
39 | } |
||
40 |