-
Notifications
You must be signed in to change notification settings - Fork 82
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
Enhancement Request - Add support for message summary #13
Comments
I tried a code modification, and could not see the summary appear on the teams card message. Are you expecting to see the summary somewhere else?
|
I think, that text property is meant to visible as a text header for the message. so you fill text if you want visible and summary if you don't. sample will give a card without header text message.summary("this text is not visible") messageSection.title("Section title") |
This method is now live in master. PyPI uploads are also now automated using CircleCI. Is this good to close? |
In many cases a header is not needed for the message - today webhooks require either text or summary property for each message.
using summary property allows to remove the header and the summary will not be shown.
class connectorcard:
The text was updated successfully, but these errors were encountered: