Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.color() not working #152

Open
JanOgr opened this issue Jan 3, 2024 · 2 comments
Open

.color() not working #152

JanOgr opened this issue Jan 3, 2024 · 2 comments
Labels

Comments

@JanOgr
Copy link

JanOgr commented Jan 3, 2024

Describe the bug
Color is not set even though i specify a color code.

To Reproduce
teams_message = pymsteams.connectorcard(self.connection)
teams_message.summary("Summary")
teams_message.text("test text")
teams_message.color("ecee38")
teams_message.send()

Expected behavior
Color should be updated for the message

Additional context
Please provide a workaround :)

@JanOgr JanOgr added the bug label Jan 3, 2024
@JanOgr
Copy link
Author

JanOgr commented Jan 4, 2024

So I found mardown works for the text field, not for title however.

@ehardarson
Copy link

This is not a bug in pymsteams, looks like support has been removed by Microsoft.

MicrosoftDocs/msteams-docs#10062

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants