Chat_UpdateChannelInput
What to update on the message
input Chat_UpdateChannelInput {
description: String
imageUrl: String
name: String
enabledInteractions: [Chat_ChannelInteractionType!]
interactionsOrder: [Chat_ChannelInteractionType!]
interactionsConfig: [Chat_ChannelInteractionConfigInput!]
translations: [Chat_ChannelTranslationInput!]
}
Fields
Chat_UpdateChannelInput.description ● String scalar
Send undefined to leave as is, or null to remove
Chat_UpdateChannelInput.imageUrl ● String scalar
Send undefined to leave as is, or null to remove
Chat_UpdateChannelInput.name ● String scalar
Send undefined to leave as is, or a boolean to change his value, null is not allowed
Chat_UpdateChannelInput.enabledInteractions ● [Chat_ChannelInteractionType!] list enum
@deprecated use interactionsConfig instead - Update the enabled interactions and their order
Chat_UpdateChannelInput.interactionsOrder ● [Chat_ChannelInteractionType!] list enum
@deprecated use interactionsConfig instead - Update the enabled interactions and their order
Chat_UpdateChannelInput.interactionsConfig ● [Chat_ChannelInteractionConfigInput!] list input
Chat_UpdateChannelInput.translations ● [Chat_ChannelTranslationInput!] list input
Translations for channel meta fields like name
Member Of
updateChatroom mutation