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

MatrixWhoAmIResponse

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

§Properties

§
user_id: string
[src]