CreateGroupResponse.php 135 B

123456789101112131415
  1. <?php
  2. /**
  3. * 群cid信息
  4. * @author auto create
  5. */
  6. class CreateGroupResponse
  7. {
  8. /**
  9. * 加密的群cid
  10. **/
  11. public $cid;
  12. }
  13. ?>