UNPKG

@vector-im/matrix-bot-sdk

Version:

TypeScript/JavaScript SDK for Matrix bots and appservices

8 lines (7 loc) 189 B
export declare class MXCUrl { domain: string; mediaId: string; static parse(mxcUrl: string): MXCUrl; constructor(domain: string, mediaId: string); toString(): string; }