sinch.domains.conversation.models.v1.messages.types.card_message_dict module
- class sinch.domains.conversation.models.v1.messages.types.card_message_dict.CardMessageDict[source]
Bases:
TypedDict- choices: NotRequired[List[ChoiceOptionDict]]
- description: NotRequired[str]
- height: NotRequired[Literal['UNSPECIFIED_HEIGHT', 'SHORT', 'MEDIUM', 'TALL'] | Annotated[str, Strict(strict=True)]]
- title: NotRequired[str]
- media_message: NotRequired[MediaPropertiesDict]
- message_properties: NotRequired[MessagePropertiesDict]