Skip to main content

Chat_CreateChannelInput

No description

input Chat_CreateChannelInput {
description: String
externalLinks: [Chat_ExternalLinkInput!]
isPrivate: Boolean
type: Chat_ChannelType
name: String
translations: [Chat_ChannelTranslationInput!]
communityId: String
enabledInteractions: [Chat_ChannelInteractionType!]
interactionsOrder: [Chat_ChannelInteractionType!]
interactionsConfig: [Chat_ChannelInteractionConfigInput!]
}

Fields

Chat_CreateChannelInput.description ● String scalar

An optional text description of the channel

Chat_CreateChannelInput.externalLinks ● [Chat_ExternalLinkInput!] list input

Chat_CreateChannelInput.isPrivate ● Boolean scalar

@deprecated

Chat_CreateChannelInput.type ● Chat_ChannelType enum

The type of channel

Chat_CreateChannelInput.name ● String scalar

The channel name

Chat_CreateChannelInput.translations ● [Chat_ChannelTranslationInput!] list input

Translations for channel meta fields like name

Chat_CreateChannelInput.communityId ● String scalar

ID of the Community

Chat_CreateChannelInput.enabledInteractions ● [Chat_ChannelInteractionType!] list enum

List of enabled interactions

Chat_CreateChannelInput.interactionsOrder ● [Chat_ChannelInteractionType!] list enum

Order of enabled interactions

Chat_CreateChannelInput.interactionsConfig ● [Chat_ChannelInteractionConfigInput!] list input

Member Of

createChatroom mutation