ChatSettings.Read.Chat
Graph Methods
Type: A = Application Permission, D = Delegate Permission
Application Permission
|
|
Id |
|
Display String |
|
Description |
|
Resources
Property |
Type |
Description |
chatType |
chatType |
Specifies the type of chat. Possible values are: group , oneOnOne , meeting , unknownFutureValue . |
createdDateTime |
dateTimeOffset |
Date and time at which the chat was created. Read-only. |
id |
String |
The chat's unique identifier. Read-only. |
lastUpdatedDateTime |
dateTimeOffset |
Date and time at which the chat was renamed or list of members were last changed. Read-only. |
onlineMeetingInfo |
teamworkOnlineMeetingInfo |
Represents details about an online meeting. If the chat isn't associated with an online meeting, the property is empty. Read-only. |
tenantId |
String |
The identifier of the tenant in which the chat was created. Read-only. |
topic |
String |
(Optional) Subject or topic for the chat. Only available for group chats. |
webUrl |
String |
The URL for the chat in Microsoft Teams. The URL should be treated as an opaque blob, and not parsed. Read-only. |
Property |
Type |
Description |
id |
string |
Unique operation id. |
operationType |
teamsAsyncOperationType |
Denotes which type of operation is being described. |
createdDateTime |
DateTimeOffset |
Time when the operation was created. |
status |
teamsAsyncOperationStatus |
Operation status. |
lastActionDateTime |
DateTimeOffset |
Time when the async operation was last updated. |
attemptsCount |
Int32 |
Number of times the operation was attempted before being marked successful or failed. |
targetResourceId |
guid |
The ID of the object that's created or modified as result of this async operation, typically a team. |
targetResourceLocation |
string |
The location of the object that's created or modified as result of this async operation. This URL should be treated as an opaque value and not parsed into its component paths. |
error |
operationError |
Any error that causes the async operation to fail. |