1. Schemas
MaxAPI Docs
  • Quick Start
  • OpenAI API
    • About OpenAI Compatible API
    • Chat
      • Chat Completion
    • Images
      • Create Image
    • Audio
      • Text To Speech API
  • Midjourney Open API
    • About Midjourney and Prices
    • Submit Imagine Task
    • Submit Action Task(All associated button actions UPSCALE; VARIATION; REROLL; ZOOM, etc.)
    • Submit Blend Task
    • Submit Modal Task
    • Submit Describe Task
    • Submit Shorten Task
    • Submit FaceSwap Task
    • Upload Files to Discord
    • Specify ID Query Task
    • Specify ID Query Task (fetch)
    • Specify the ID List Query Task
    • Obtain the seed of the Task Image
  • Luma video
    • Luma Task Creation
    • Luma Expand Video
    • Luma Query Task
    • Luma Download video
  • Suno Music
    • Generate music
    • Query task
  • Anthropic Claude
    • Claude Chat Completion
  • Flux API
    • Create Image
  • Schemas
    • Chat
      • ChatSession
      • ChatMessage
      • ChatGPTParams
      • UserPrompts
      • OnlinePrompts
    • User
      • User
      • UserLog
      • UserToken-D
    • Pay
      • UserOrder
      • UserBill
    • System
      • OpenAIKey
      • SystemOpenAIKey
      • Settings
      • SmtpSettings
      • MailDto
    • Draw
      • AIImages
      • MjImagineQueryResult
    • InteralDataModelDefine
    • Schemas
      • Blend提交参数
      • CheckActivationDTO
      • CustomAccountFilter
      • Describe提交参数
      • Discord账号
      • Filter
      • Imagine提交参数
      • GlobalVersionDTO
      • Map«string,object»
      • Message«Discord账号»
      • Message«List«string»»
      • Message«Map«string,object»»
      • Message«Void»
      • Message«string»
      • Modal提交参数
      • Option
      • Pageable
      • Page«Map«string,object»»
      • Page«任务»
      • Shorten提交参数
      • Sort
      • SwapFace提交参数
      • TaskQueryDTO
      • 任务
      • 任务查询参数
      • 变化任务提交参数
      • 变化任务提交参数-simple
      • 可执行按钮
      • 可执行按钮_1
      • 执行动作参数
      • 提交结果
      • 文件上传参数
      • 激活服务参数
      • 账号修改参数
      • 账号创建参数
      • 账号查询参数
      • 账号筛选条件
    • Payload
    • PubResponse
  1. Schemas

Message«Discord账号»(Message«Discord账号»)

{
    "code": 0,
    "description": "string",
    "result": {
        "billedWay": "YEARLY",
        "buttons": [
            {
                "customId": "string",
                "emoji": "string",
                "label": "string",
                "style": 0,
                "type": 0
            }
        ],
        "channelId": "string",
        "coreSize": 0,
        "dateCreated": "2019-08-24T14:15:22.123Z",
        "email": "string",
        "enable": true,
        "fastTimeRemaining": "string",
        "guildId": "string",
        "id": "string",
        "lifetimeUsage": "string",
        "mjBotChannelId": "string",
        "mode": "RELAX",
        "name": "string",
        "nijiBotChannelId": "string",
        "nijiButtons": [
            {
                "customId": "string",
                "emoji": "string",
                "label": "string",
                "style": 0,
                "type": 0
            }
        ],
        "nijiMode": "RELAX",
        "nijiRemix": true,
        "properties": {},
        "publicMode": true,
        "queueSize": 0,
        "raw": true,
        "relaxedUsage": "string",
        "remark": "string",
        "remix": true,
        "remixAutoSubmit": true,
        "renewDate": "2019-08-24T14:15:22.123Z",
        "stylize": "LOW",
        "subscribePlan": "NONE",
        "timeoutMinutes": 0,
        "userAgent": "string",
        "userId": "string",
        "userToken": "string",
        "variation": "LOW",
        "version": "string",
        "versionSelector": {
            "customId": "string",
            "options": [
                {
                    "description": "string",
                    "emoji": "string",
                    "label": "string",
                    "selected": true,
                    "value": "string"
                }
            ],
            "placeholder": "string",
            "type": 0
        }
    }
}
Built with