FishPi.js API Documentation - v0.1.28
    Preparing search index...

    Interface IWeatherData

    聊天天气消息详情

    interface IWeatherData {
        code: WeatherCode;
        date: string;
        max: number;
        min: number;
    }
    Index

    Properties

    Properties

    code: WeatherCode

    天气代码

    date: string

    日期

    max: number

    最大气温

    min: number

    最小气温