MadelineProto/docs/TD_docs/constructors/callConnection.md

27 lines
686 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
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 |
|----------|---------------|----------|-------------|
2017-12-21 21:08:25 +01:00
|id|[int64](../constructors/int64.md) | Yes|Reflector identifier|
2017-08-25 15:05:53 +02:00
|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)