MadelineProtoDocs/docs/TD_docs/constructors/callStatePending.md

25 lines
650 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: callStatePending
description: Call is pending for acception by a user
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Constructor: callStatePending
2018-04-01 13:19:25 +02:00
[Back to constructors index](index.md)
Call is pending for acception by a user
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|is\_created|[Bool](../types/Bool.md) | Yes|True, if the call is already created by the server|
|is\_received|[Bool](../types/Bool.md) | Yes|True, if the call is already received by the other party|
### Type: [CallState](../types/CallState.md)