UNPKG

wildfire-im-sdk

Version:
11 lines (10 loc) 306 B
/** * 对应的 UI,请参考{@link TestCustomMessageContentView} */ export default class TestCustomMessageContent extends MessageContent { constructor(content: any); content: any; digest(): any; decode(payload: any): void; } import MessageContent from '../wfc/messages/messageContent';