Interface RoomAvatarEventContent

interface RoomAvatarEventContent {
    info?: Omit<ImageInfo, "thumbnail_file">;
    url?: string;
}

Properties

Properties

info?: Omit<ImageInfo, "thumbnail_file">
url?: string