MadelineProtoDocs/docs/TD_docs/constructors/callStatePending.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
650 B
Markdown

---
title: callStatePending
description: Call is pending for acception by a user
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: callStatePending
[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)