MadelineProto/docs/TD_docs/constructors/callConnection.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

27 lines
686 B
Markdown

---
title: callConnection
description: Describes address of UDP reflectors
---
## 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)