MadelineProto/docs/TD_docs/constructors/messageCall.md

24 lines
553 B
Markdown
Raw Normal View History

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 |
|----------|---------------|----------|-------------|
|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)