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