Interface RoomPinnedEventsEventContent

interface RoomPinnedEventsEventContent {
    pinned: string[];
}

Properties

Properties

pinned: string[]