sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.whatsapp_common_props module

class sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.whatsapp_common_props.WhatsAppCommonProps(
*,
header: Annotated[WhatsAppInteractiveTextHeader | WhatsAppInteractiveImageHeader | WhatsAppInteractiveDocumentHeader | WhatsAppInteractiveVideoHeader, FieldInfo(annotation=NoneType, required=True, discriminator='type')] | None = None,
body: WhatsAppInteractiveBody | None = None,
footer: WhatsAppInteractiveFooter | None = None,
**extra_data: Any,
)[source]

Bases: SnakeCaseExtrasModel

Parameters:
header: Annotated[WhatsAppInteractiveTextHeader | WhatsAppInteractiveImageHeader | WhatsAppInteractiveDocumentHeader | WhatsAppInteractiveVideoHeader, FieldInfo(annotation=NoneType, required=True, discriminator='type')] | None
body: WhatsAppInteractiveBody | None
footer: WhatsAppInteractiveFooter | None
model_config = {'extra': 'allow', 'populate_by_name': True, 'validate_by_alias': True, 'validate_by_name': True}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].