MatrixUserProfileResponseCopyimport 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]