Skip to main content
MUTATION
teamChatShareInboxMessage(conversationId: String!, messageId: String, description: String, targetChatIds: [String!], targetUserIds: [String!]): [TeamMessage]

Arguments

conversationId
String!
required
messageId
String
description
String
targetChatIds
[String!]
targetUserIds
[String!]

Returns

_id
String!
teamChatId
String!
content
String
contentType
String!
userId
String!
attachments
mentionedUserIds
[String]
mentionedAll
Boolean
reactions
threadParentId
String
threadReplyCount
Int
threadLastReplyAt
Date
threadParticipantIds
[String]
readByUserIds
[String]
isEdited
Boolean!
isPinned
Boolean!
isDeleted
Boolean!
createdAt
Date!
updatedAt
Date!
user
mentionedUsers
threadParticipants
teamChat
threadParent
Mutation
Variables
Response
Last modified on August 9, 2026