sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_channel_specific_message module

class sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_channel_specific_message.KakaoTalkChannelSpecificMessage(
*,
push_alarm: Annotated[bool, Strict(strict=True)] | None = True,
adult: Annotated[bool, Strict(strict=True)] | None = False,
**extra_data: Any,
)[source]

Bases: SnakeCaseExtrasModel

Parameters:
  • push_alarm (Annotated[bool, Strict(strict=True)] | None)

  • adult (Annotated[bool, Strict(strict=True)] | None)

  • extra_data (Any)

push_alarm: Annotated[bool, Strict(strict=True)] | None
adult: Annotated[bool, Strict(strict=True)] | 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].