INPUT_OBJECT

TeamsConvChannelInfo

Description

Represents the Teams Channels to/from be restored.

link GraphQL Schema definition

  • input TeamsConvChannelInfo {
  • ChannelFolderId: String
  • ChannelFolderName: String
  • ChannelID: UUID
  • ChannelName: String
  • ChannelNaturalId: String
  • TeamID: UUID!
  • # Represents membership type of the channel (STANDARD, PRIVATE or SHARED).
  • channelMembershipType: ChannelMembershipType
  • }