<?php /** * 结果 * @author auto create */ class ServiceGroupCreateResponse { /** * 开放的会话chatId **/ public $chat_id; /** * 开放的会话ID **/ public $open_conversation_id; /** * 群链接 **/ public $url; } ?>