one-msg-sdk 2.0.1

Official Rust SDK for the 1msg WhatsApp Business API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ProfileInfo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**about** | Option<**String**> | Profile's About section | [optional]
**address** | Option<**String**> | Address of the business | [optional]
**description** | Option<**String**> | Description of the business | [optional]
**email** | Option<**String**> | Business email | [optional]
**phone** | Option<**String**> | Linked phone number | [optional]
**vertical** | Option<**Vertical**> | Industry of the business (enum: Automotive, Beauty, Spa and Salon, Clothing and Apparel, Education, Entertainment, Event Planning and Service, Finance and Banking, Food and Grocery, Public Service, Hotel and Lodging, Medical and Health, Non-profit, Professional Services, Shopping and Retail, Travel and Transportation, Restaurant, Other) | [optional]
**photo** | Option<**String**> | Profile photo URL | [optional]
**websites** | Option<**Vec<String>**> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)