Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MatrixUserProfileResponse

import type { MatrixUserProfileResponse } from "https://raw.githubusercontent.com/cybertim/SmallBotMatrix/main/mod.ts";
interface MatrixUserProfileResponse {
avatar_url: string;
displayname: string;
}

§Properties

§
avatar_url: string
[src]
§
displayname: string
[src]