--- title: inputMediaContact description: inputMediaContact attributes, type and example --- ## Constructor: inputMediaContact [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |phone\_number|[string](../types/string.md) | Required| |first\_name|[string](../types/string.md) | Required| |last\_name|[string](../types/string.md) | Required| ### Type: [InputMedia](../types/InputMedia.md) ### Example: ``` $inputMediaContact = ['_' => 'inputMediaContact', 'phone_number' => string, 'first_name' => string, 'last_name' => string, ]; ```