GroupCall
---types---
groupCall#efb2b617 join_muted:flags.1?true can_change_join_muted:flags.2?true join_date_asc:flags.6?true schedule_start_subscribed:flags.8?true can_start_video:flags.9?true record_video_active:flags.11?true rtmp_stream:flags.12?true listeners_hidden:flags.13?true conference:flags.14?true creator:flags.15?true messages_enabled:flags.17?true can_change_messages_enabled:flags.18?true min:flags.19?true id:long access_hash:long participants_count:int title:flags.3?string stream_dc_id:flags.4?int record_start_date:flags.5?int schedule_date:flags.7?int unmuted_video_count:flags.10?int unmuted_video_limit:int version:int invite_link:flags.16?string send_paid_messages_stars:flags.20?long default_send_as:flags.21?Peer = GroupCall
Belongs to
In Rust this constructor is a variant of the enums::GroupCall enum.
Match on it with: if let enums::GroupCall::GroupCall(v) = result { ... }
Parameters
| join_muted | true | optional |
| can_change_join_muted | true | optional |
| join_date_asc | true | optional |
| schedule_start_subscribed | true | optional |
| can_start_video | true | optional |
| record_video_active | true | optional |
| rtmp_stream | true | optional |
| listeners_hidden | true | optional |
| conference | true | optional |
| creator | true | optional |
| messages_enabled | true | optional |
| can_change_messages_enabled | true | optional |
| min | true | optional |
| id | long | required |
| access_hash | long | required |
| participants_count | int | required |
| title | string | optional |
| stream_dc_id | int | optional |
| record_start_date | int | optional |
| schedule_date | int | optional |
| unmuted_video_count | int | optional |
| unmuted_video_limit | int | required |
| version | int | required |
| invite_link | string | optional |
| send_paid_messages_stars | long | optional |
| default_send_as | Peer | optional |