MadelineProtoDocs/docs/TD_docs/constructors/callConnection.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

28 lines
759 B
Markdown

---
title: callConnection
description: Describes address of UDP reflectors
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: callConnection
[Back to constructors index](index.md)
Describes address of UDP reflectors
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[int64](../constructors/int64.md) | Yes|Reflector identifier|
|ip|[string](../types/string.md) | Yes|IPv4 reflector address|
|ipv6|[string](../types/string.md) | Yes|IPv6 reflector address|
|port|[int](../types/int.md) | Yes|Reflector port|
|peer\_tag|[bytes](../types/bytes.md) | Yes|Connection peer tag|
### Type: [CallConnection](../types/CallConnection.md)