Skip to content

Commit 0c558c2

Browse files
author
Brad Haas
committed
add description to doc string
1 parent 7a64fe0 commit 0c558c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webexteamssdk/api/messages.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ def create(self, roomId=None, toPersonId=None, toPersonEmail=None,
154154
markdown(basestring): The message, in markdown format.
155155
files(`list`): A list of public URL(s) or local path(s) to files to
156156
be posted into the room. Only one file is allowed per message.
157+
attachments(`list`): A list comprised of properly formatted button
158+
and card data structure. This can be found at
159+
https://docs.microsoft.com/en-us/adaptive-cards/sdk/designer
157160
**request_parameters: Additional request parameters (provides
158161
support for parameters that may be added in the future).
159162

0 commit comments

Comments
 (0)