# 获取房间上传的表情包

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /chatroom/v3/msg/meme/room/list:
    get:
      summary: 获取房间上传的表情包
      deprecated: false
      description: ''
      tags:
        - HTTP接口/房间表情
      parameters:
        - name: room_id
          in: query
          description: 房间ID
          required: true
          schema:
            type: string
        - name: client_type
          in: query
          description: 声明请求黑盒语音
          required: true
          example: heybox_chat
          schema:
            type: string
            default: heybox_chat
        - name: x_client_type
          in: query
          description: 声明客户端类型
          required: true
          example: web
          schema:
            type: string
            default: web
        - name: os_type
          in: query
          description: 声明客户端类型
          required: true
          example: web
          schema:
            type: string
            default: web
        - name: x_os_type
          in: query
          description: 声明客户端是bot
          required: true
          example: bot
          schema:
            type: string
            default: bot
        - name: x_app
          in: query
          description: 声明请求黑盒语音
          required: true
          example: heybox_chat
          schema:
            type: string
            default: heybox_chat
        - name: chat_os_type
          in: query
          description: 声明客户端是bot
          required: true
          example: bot
          schema:
            type: string
            default: bot
        - name: chat_version
          in: query
          description: 客户端版本号,不同版本返回的结果可能有区别
          required: true
          example: 1.30.0
          schema:
            type: string
            default: 1.30.0
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  msg:
                    type: string
                  result:
                    type: object
                    properties:
                      emoji:
                        type: array
                        items:
                          type: object
                          properties:
                            user_info:
                              type: object
                              properties:
                                avatar_decoration:
                                  type: object
                                  properties:
                                    src_type:
                                      type: string
                                    src_url:
                                      type: string
                                  required:
                                    - src_type
                                    - src_url
                                  x-apifox-orders:
                                    - src_type
                                    - src_url
                                tag:
                                  type: 'null'
                                nickname:
                                  type: string
                                avatar:
                                  type: string
                                medals:
                                  type: 'null'
                                user_id:
                                  type: integer
                                level:
                                  type: integer
                                bot:
                                  type: boolean
                                room_nickname:
                                  type: string
                                roles:
                                  type: 'null'
                              required:
                                - avatar_decoration
                                - tag
                                - nickname
                                - avatar
                                - medals
                                - user_id
                                - level
                                - bot
                                - room_nickname
                                - roles
                              x-apifox-orders:
                                - avatar_decoration
                                - tag
                                - nickname
                                - avatar
                                - medals
                                - user_id
                                - level
                                - bot
                                - room_nickname
                                - roles
                            meme_info:
                              type: object
                              properties:
                                name:
                                  type: string
                                path:
                                  type: string
                                ext:
                                  type: string
                                create_time:
                                  type: integer
                                mtype:
                                  type: integer
                              required:
                                - name
                                - path
                                - ext
                                - create_time
                                - mtype
                              x-apifox-orders:
                                - name
                                - path
                                - ext
                                - create_time
                                - mtype
                          required:
                            - user_info
                            - meme_info
                          x-apifox-orders:
                            - user_info
                            - meme_info
                      sticker:
                        type: array
                        items:
                          type: object
                          properties:
                            user_info:
                              type: object
                              properties:
                                avatar_decoration:
                                  type: object
                                  properties:
                                    src_type:
                                      type: string
                                    src_url:
                                      type: string
                                  required:
                                    - src_type
                                    - src_url
                                  x-apifox-orders:
                                    - src_type
                                    - src_url
                                tag:
                                  type: 'null'
                                nickname:
                                  type: string
                                avatar:
                                  type: string
                                medals:
                                  type: 'null'
                                user_id:
                                  type: integer
                                level:
                                  type: integer
                                bot:
                                  type: boolean
                                room_nickname:
                                  type: string
                                roles:
                                  type: 'null'
                              required:
                                - avatar_decoration
                                - tag
                                - nickname
                                - avatar
                                - medals
                                - user_id
                                - level
                                - bot
                                - room_nickname
                                - roles
                              x-apifox-orders:
                                - avatar_decoration
                                - tag
                                - nickname
                                - avatar
                                - medals
                                - user_id
                                - level
                                - bot
                                - room_nickname
                                - roles
                            meme_info:
                              type: object
                              properties:
                                name:
                                  type: string
                                path:
                                  type: string
                                ext:
                                  type: string
                                create_time:
                                  type: integer
                                mtype:
                                  type: integer
                              required:
                                - name
                                - path
                                - ext
                                - create_time
                                - mtype
                              x-apifox-orders:
                                - name
                                - path
                                - ext
                                - create_time
                                - mtype
                          required:
                            - user_info
                            - meme_info
                          x-apifox-orders:
                            - user_info
                            - meme_info
                    required:
                      - emoji
                      - sticker
                    x-apifox-orders:
                      - emoji
                      - sticker
                  status:
                    type: string
                required:
                  - msg
                  - result
                  - status
                x-apifox-orders:
                  - msg
                  - result
                  - status
              example:
                msg: ''
                result:
                  emoji:
                    - user_info:
                        avatar_decoration:
                          src_type: ''
                          src_url: ''
                        tag: null
                        nickname: 测试
                        avatar: https://cdn.max-c.com/app/heybox/icon_83xxx/jpg
                        medals: null
                        user_id: 1
                        level: 8
                        bot: false
                        room_nickname: ''
                        roles: null
                      meme_info:
                        name: icon-游戏相关问题
                        path: '1749706076381196288'
                        ext: png
                        create_time: 0
                        mtype: 1
                    - user_info:
                        avatar_decoration:
                          src_type: ''
                          src_url: ''
                        tag: null
                        nickname: 测试
                        avatar: https://cdn.max-c.com/app/heybox/icon_83xxx/jpg
                        medals: null
                        user_id: 2
                        level: 3
                        bot: false
                        room_nickname: 测试
                        roles: null
                      meme_info:
                        name: '7'
                        path: '1737773988811116544'
                        ext: jpg
                        create_time: 0
                        mtype: 1
                status: ok
          headers: {}
          x-apifox-name: 成功
      security:
        - apikey-header-token: []
      x-apifox-folder: HTTP接口/房间表情
      x-apifox-status: developing
      x-run-in-apifox: https://app.apifox.com/web/project/4856361/apis/api-221092473-run
components:
  schemas: {}
  securitySchemes:
    token:
      type: apikey
      in: header
      name: token
      token: ODYzNzY0NDM7MTc1NTc1OTk1NzYyODYzNjQ0NzsxNTU0MDM2NTkxNzk2OTM1OTY5
    apikey-header-token:
      type: apiKey
      in: header
      name: token
servers:
  - url: http://prod-cn.your-api-server.com
    description: 正式环境
security:
  - apikey-header-token: []

```
