# OB11User

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    OB11User:
      x-schema-id: OB11User
      description: OneBot 11 用户信息
      type: object
      properties:
        birthday_year:
          description: 出生年份
          type: number
        birthday_month:
          description: 出生月份
          type: number
        birthday_day:
          description: 出生日期
          type: number
        phone_num:
          description: 手机号
          type: string
        email:
          description: 邮箱
          type: string
        category_id:
          description: 分组ID
          type: number
        user_id:
          description: QQ号
          type: number
        nickname:
          description: 昵称
          type: string
        remark:
          description: 备注
          type: string
        sex:
          description: 性别
          type: string
        level:
          description: 等级
          type: number
        age:
          description: 年龄
          type: number
        qid:
          description: QID
          type: string
        login_days:
          description: 登录天数
          type: number
        categoryName:
          description: 分组名称
          type: string
        categoryId:
          description: 分组ID
          type: number
      required:
        - user_id
        - nickname
      x-apifox-orders:
        - birthday_year
        - birthday_month
        - birthday_day
        - phone_num
        - email
        - category_id
        - user_id
        - nickname
        - remark
        - sex
        - level
        - age
        - qid
        - login_days
        - categoryName
        - categoryId
      x-apifox-folder: ''
  securitySchemes: {}
servers: []
security: []

```
