Interface RoomAvatarEventContent

interface RoomAvatarEventContent {
    info?: ImageInfo;
    url?: string;
}

Properties

Properties

info?: ImageInfo
url?: string

Generated using TypeDoc