Others#
- class pywa.types.others.BusinessProfile#
Represents a business profile.
- Variables:
about (str) β This text appears in the businessβs profile, beneath its profile image, phone number, and contact buttons.
address (str | None) β Address of the business. Character limit 256.
description (str | None) β Description of the business. Character limit 512.
email (str | None) β The contact email address (in valid email format) of the business. Character limit 128.
industry (pywa.types.others.Industry) β The industry of the business.
profile_picture_url (str | None) β URL of the profile picture that was uploaded to Meta.
websites (tuple[str] | None) β The URLs associated with the business. For instance, a website, Facebook Page, or Instagram. There is a maximum of 2 websites with a maximum of 256 characters each.
- class pywa.types.others.CommerceSettings#
Represents the WhatsApp commerce settings.
- class pywa.types.others.Industry#
Represents the industry of a business.
- Variables:
UNDEFINED β Undefined.
OTHER β Other.
AUTO β Automotive.
BEAUTY β Beauty.
APPAREL β Apparel.
EDU β Education.
ENTERTAIN β Entertainment.
EVENT_PLAN β Event planning.
FINANCE β Finance.
GROCERY β Grocery store.
GOVT β Government.
HOTEL β Hotel.
HEALTH β Health.
NONPROFIT β Nonprofit.
PROF_SERVICES β Professional services.
RETAIL β Retail.
TRAVEL β Travel.
RESTAURANT β Restaurant.
NOT_A_BIZ β Not a business.