2017-08-25 15:05:53 +02:00
|
|
|
---
|
|
|
|
title: messageCall
|
|
|
|
description: Message with an information about ended call
|
|
|
|
---
|
|
|
|
## Constructor: messageCall
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Message with an information about ended call
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
|
|
|
|----------|---------------|----------|-------------|
|
2018-02-18 14:18:18 +01:00
|
|
|
|discard\_reason|[CallDiscardReason](../types/CallDiscardReason.md) | Optional|Call discard reason|
|
2017-08-25 15:05:53 +02:00
|
|
|
|duration|[int](../types/int.md) | Yes|Call duration in seconds|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [MessageContent](../types/MessageContent.md)
|
|
|
|
|
|
|
|
|