Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 280 Bytes

get-channel-python-snippets.md

File metadata and controls

15 lines (8 loc) · 280 Bytes
description
Automatically generated file. DO NOT MODIFY
from msgraph import GraphServiceClient

graph_client = GraphServiceClient(credentials, scopes)


result = await graph_client.teams.by_team_id('team-id').channels.by_channel_id('channel-id').get()