We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 :)
The text was updated successfully, but these errors were encountered:
So I found mardown works for the text field, not for title however.
Sorry, something went wrong.
This is not a bug in pymsteams, looks like support has been removed by Microsoft.
MicrosoftDocs/msteams-docs#10062
No branches or pull requests
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 :)
The text was updated successfully, but these errors were encountered: