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

634 B

title description image
call Describes a call https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: call

Back to constructors index

Describes a call

Attributes:

Name Type Required Description
id int Yes Call identifier, not persistent
user_id int Yes Peer user identifier
is_outgoing Bool Yes True, if the call is outgoing
state CallState Yes Call state

Type: Call