| 1 | <?php |
||
| 20 | class LeaveChat extends TelegramMethods |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * Unique identifier for the target group or username of the target supergroup (in the format @supergroupusername) |
||
| 24 | * @var string |
||
| 25 | */ |
||
| 26 | public $chat_id = ''; |
||
| 27 | |||
| 28 | public static function bindToObject(TelegramRawData $data, LoggerInterface $logger): TelegramTypes |
||
| 32 | } |
||
| 33 |