Interface BfaceElem

原创表情

interface BfaceElem {
    file: string;
    text: string;
    type: "bface";
}

Properties

Properties

file: string

暂时只能发收到的file

text: string

表情说明

type