Origin of a chat creation, forwarded to WhatsApp as chatOriginType.
WhatsApp keeps an allow list of origins that may create a LID chat
(WAWebChatOriginTypes.VALID_LID_ORIGINS). Creating a LID chat with an
origin outside that list makes WAWebCreateChat emit an error-level log
and report it, so prefer one of the allowed values below.
Type Declaration
"createChat"
Generic chat creation. Allowed to create LID chats.
"username_contactless_search"
Chat created from a @username lookup. Allowed to create LID chats.
"username_change_notification"
Chat created from a username change notification. Allowed to create LID chats.
Origin of a chat creation, forwarded to WhatsApp as
chatOriginType.WhatsApp keeps an allow list of origins that may create a LID chat (
WAWebChatOriginTypes.VALID_LID_ORIGINS). Creating a LID chat with an origin outside that list makesWAWebCreateChatemit an error-level log and report it, so prefer one of the allowed values below.