UNPKG

@ginstone/nga-api

Version:

22 lines (21 loc) 254 B
/** * 回复提醒类型 */ export declare enum ReplyNoticeType { /** * 对主题 */ topic = 1, /** * 对回复 */ reply = 2, /** * at你 */ at = 8, /** * 送礼物 */ gift = 15 }