# egoisdk.PhoneSender ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **phone** | **String** | Sender value (country code followed by phone number, split by '-') | **file** | **Blob** | Content of your sender file in base64 | **senderId** | **Number** | | [readonly] **status** | **String** | Status of the sender | [optional] [readonly] ## Enum: StatusEnum * `active` (value: `"active"`) * `moderation` (value: `"moderation"`) * `rejected` (value: `"rejected"`)