ChannelUpdate Object
Update a channel.
Triggers the following webhook events:
- CHANNEL_UPDATED (async): A channel was updated.
- CHANNEL_METADATA_UPDATED (async): Optionally triggered when public or private metadata is updated.
type ChannelUpdate {
channelErrors: [ChannelError!]! @deprecated
errors: [ChannelError!]!
channel: Channel
}
Fields
errors ● [ChannelError!]!
channel ● Channel
Show deprecated
Returned By
channelUpdate mutation