You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messages/src/vonage_messages/models/rcs.py
+1-21Lines changed: 1 addition & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -295,7 +295,7 @@ class RcsCardContent(BaseModel):
295
295
] =Field(None, min_length=1, max_length=4)
296
296
297
297
298
-
classRcsCard(BaseRcs):
298
+
classRcsCard(RcsCardContent, BaseRcs):
299
299
"""Model for an RCS card message.
300
300
301
301
Args:
@@ -311,26 +311,6 @@ class RcsCard(BaseRcs):
311
311
webhook_version (WebhookVersion, Optional): Which version of the Messages API will be used to send Status Webhook messages for this particular message.
0 commit comments