Commit f303f525 by Oleksandr Barabash

default value of None is added to card and cards

parent 7b296d5f
......@@ -11,5 +11,5 @@ class PAMessage(CamelCaseMixin):
conversation_id: str
tenant_id: str
text: Optional[str]
card: Optional[Dict]
cards: Optional[List[Dict]]
card: Optional[Dict] = None
cards: Optional[List[Dict]] = None
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment