Skip to content

[Bug]: Adding reactions never works #335

Description

@jerbob92

Bug Description

When you call the reactions API, I can't seem to add a reaction.

ctx.api.reactions.add(ctx.activity.conversation.id, ctx.activity.id, "heart")
results in:
405 Method Not Allowed

While await app.api.reactions.add(ctx.activity.conversation.id, ctx.activity.id, "heart") results in:
results in:
404 Not Found

I based it on this code: https://github.com/microsoft/teams.py/blob/main/examples/reactions/src/main.py

Steps to Reproduce

  1. Send a message to the bot
  2. Try to add a reaction to the message
  3. Get errors

Expected Behavior

That the reaction is added to the message

Actual Behavior

HTTP errors

SDK Version

2.0.0a20

Python Version

3.14.2

Additional Context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions