2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
title: contact
|
|
|
|
description: Describes user contact
|
|
|
|
---
|
|
|
|
## Constructor: contact
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Describes user contact
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
2017-08-20 11:05:56 +02:00
|
|
|
|----------|---------------|----------|-------------|
|
2017-03-11 19:54:51 +01:00
|
|
|
|phone\_number|[string](../types/string.md) | Yes|User's phone number|
|
|
|
|
|first\_name|[string](../types/string.md) | Yes|User first name, 1-255 characters|
|
|
|
|
|last\_name|[string](../types/string.md) | Yes|User last name|
|
|
|
|
|user\_id|[int](../types/int.md) | Yes|User identifier if known, 0 otherwise|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [Contact](../types/Contact.md)
|
|
|
|
|
|
|
|
|