philia
    Preparing search index...

    Button消息

    interface ButtonElem {
        content?: { appid: number; rows: { buttons: Button[] }[] };
        data?: ButtonType[][];
        type: "button";
    }
    Index

    Properties

    Properties

    content?: { appid: number; rows: { buttons: Button[] }[] }

    Type declaration

    • appid: number

      机器人appid

    • rows: { buttons: Button[] }[]

      rows 数组的每个元素表示每一行按钮

    data?: ButtonType[][]
    type: "button"