sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.flows.whatsapp_interactive_document_header module

class sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.flows.whatsapp_interactive_document_header.WhatsAppInteractiveDocumentHeader(
*,
type: Literal['document'],
document: WhatsAppInteractiveHeaderMedia,
**extra_data: Any,
)[source]

Bases: SnakeCaseExtrasModel

Parameters:
type: Literal['document']
document: WhatsAppInteractiveHeaderMedia
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].