Show / Hide Table of Contents

TeamsTab.Read.Chat

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 A GET /chats/{chat-id}/tabs/{tab-id}

Application Permission

Id
Display String
Description

Resources

chat

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.
viewpoint chatViewpoint Represents caller-specific information about the chat, such as last message read date and time. This property is populated only when the request is made in a delegated context.
webUrl String The URL for the chat in Microsoft Teams. The URL should be treated as an opaque blob, and not parsed. Read-only.

teamsTab

Property Type Description
configuration teamsTabConfiguration Container for custom settings applied to a tab. The tab is considered configured only once this property is set.
displayName string Name of the tab.
id string Identifier that uniquely identifies a specific instance of a channel tab. Read only.
webUrl string Deep link URL of the tab instance. Read only.
In This Article
Back to top Created by merill | Submit feedback