INPUT_OBJECT
O365TeamConvChannelInput
Description
Channel object consisting naturalId and name.
link GraphQL Schema definition
- input O365TeamConvChannelInput {
- # The natural ID of Microsoft 365 Teams channel.
- String! :
- # The RSC ID of channel, used only for browsing files.
- String :
- # Display name of the channel.
- String! :
- # Specifies whether the channel is relic or not.
- Boolean :
- # The ID of sharepoint folder of the channel.
- String! :
- # The membership type of the channel.
- ChannelMembershipType! :
- }