Interface PokeElem

戳一戳

interface PokeElem {
    id: number;
    text?: string;
    type: "poke";
}

Properties

Properties

id: number

0~6

text?: string

动作描述

type