microsoft / microsoft/teams.py

[Feature Request]: endpoint to retrieve chat associated to user & app w/o Graph

Open
#348 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
65
Forks
30
Avg merge
1d 4h
Merged PRs (30d)
23

Description

discussion initiated here: https://github.com/microsoft/teams-sdk/discussions/2729

today, it's not possible to retrieve the chat associated to the bot/app without using the graph package (which requires particular global permissions)

tmk, we should be able to expose this endpoint to retrieve all messages **for a given conversation**:
`GET /v3/conversations/{conversationId}/messages`

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading discussion 2729 and tracing the repository's existing conversation and message API entry points. Determine how a GET request for /v3/conversations/{conversationId}/messages would fit without the Graph package. Done means the endpoint retrieves all messages for the specified conversation and is covered by the project's relevant tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.