INPUT_OBJECT

TeamsConversationsSearchFilter

Description

Parameters for teams conversations search.

link GraphQL Schema definition

  • input TeamsConversationsSearchFilter {
  • postedTime: TimeRangeFilter
  • channelNaturalId: String
  • postedBy: String
  • snapshotId: String
  • parentId: String
  • convId: String
  • snapshotNum: Int
  • includeArchived: Boolean
  • # Describes whether to send post senders(shouldn't be called by UI).
  • fetchAllPostSenders: String
  • # Describes whether to skip attachments(shouldn't be called by UI).
  • skipPostsAttachments: Boolean
  • }