Skip to main content

EventChatroomView

No description

type EventChatroomView implements EventViewInterface {
id: ID!
name: String
nameTranslations: [TranslationString!]!
color: String
iconUrl: String
backgroundImageUrl: String
pageBackgroundUrl: String
visibilities: [EventViewVisibility!]!
group: EventGroupView
channels: [ID!]!
}

Fields

EventChatroomView.id ● ID! non-null scalar

EventChatroomView.name ● String scalar

EventChatroomView.nameTranslations ● [TranslationString!]! non-null object

EventChatroomView.color ● String scalar

EventChatroomView.iconUrl ● String scalar

EventChatroomView.backgroundImageUrl ● String scalar

EventChatroomView.pageBackgroundUrl ● String scalar

EventChatroomView.visibilities ● [EventViewVisibility!]! non-null object

EventChatroomView.group ● EventGroupView object

EventChatroomView.channels ● [ID!]! non-null scalar

Interfaces

EventViewInterface interface

Implemented By

CommunityView union ● EventView union