Constructor: messageActionConferenceCall
Attributes:
Name | Type | Required |
---|---|---|
missed | Bool | Optional |
active | Bool | Optional |
video | Bool | Optional |
call_id | long | Yes |
duration | int | Optional |
other_participants | Array of Peer | Optional |
Type: MessageAction
Example:
$messageActionConferenceCall = ['_' => 'messageActionConferenceCall', 'missed' => Bool, 'active' => Bool, 'video' => Bool, 'call_id' => long, 'duration' => int, 'other_participants' => [Peer, Peer]];