/**
 * Represents a file message type.
 */
export type MessageFileType = {
    /**
     * The URL of the file attachment.
     */
    url: string;
};
//# sourceMappingURL=MessageFileType.d.ts.map