MessageGroupCall
Object Hierarchy:
Description:
public class MessageGroupCall :
MessageContent
A message with information about a group call not bound to a chat. If the message is incoming, the call isn't active, isn't missed, and
has no duration, and getOption("can_accept_calls") is true, then incoming call screen must be shown to the user. Use
Client.join_group_call to accept the call or
Client.decline_group_call_invitation to decline it. If the
call become active or missed, then the call screen must be hidden
Content:
Properties:
- public int32 duration { get; set construct; }
Call duration, in seconds; for left calls only
- public bool is_active { get; set construct; }
True, if the call is active, i.e. the called user joined the call
- public bool is_video { get; set construct; }
True, if the call is a video call
- public ArrayList<MessageSender?> other_participant_ids { get; set construct; }
Identifiers of some other call participants
- public bool was_missed { get; set construct; }
True, if the called user missed or declined the call
Creation methods:
Inherited Members:
All known members inherited from class TDLib.Error
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref