TDLib
Loading...
Searching...
No Matches
td::td_api::groupCall Class Referencefinal
Inheritance diagram for td::td_api::groupCall:
td::td_api::Object td::TlObject

Public Member Functions

 groupCall (int32 id_, int64 unique_id_, string const &title_, string const &invite_link_, int53 paid_message_star_count_, int32 scheduled_start_date_, bool enabled_start_notification_, bool is_active_, bool is_video_chat_, bool is_live_story_, bool is_rtmp_stream_, bool is_joined_, bool need_rejoin_, bool is_owned_, bool can_be_managed_, int32 participant_count_, bool has_hidden_listeners_, bool loaded_all_participants_, object_ptr< MessageSender > &&message_sender_id_, array< object_ptr< groupCallRecentSpeaker > > &&recent_speakers_, bool is_my_video_enabled_, bool is_my_video_paused_, bool can_enable_video_, bool mute_new_participants_, bool can_toggle_mute_new_participants_, bool can_send_messages_, bool are_messages_allowed_, bool can_toggle_are_messages_allowed_, bool can_delete_messages_, int32 record_duration_, bool is_video_recorded_, int32 duration_)
void store (TlStorerToString &s, const char *field_name) const final
Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
virtual void store (TlStorerCalcLength &s) const
 TlObject ()=default
 TlObject (const TlObject &)=delete
TlObjectoperator= (const TlObject &)=delete
 TlObject (TlObject &&)=default
TlObjectoperator= (TlObject &&)=default
virtual ~TlObject ()=default

Public Attributes

int32 id_
int64 unique_id_
string title_
string invite_link_
int53 paid_message_star_count_
int32 scheduled_start_date_
bool enabled_start_notification_
bool is_active_
bool is_video_chat_
bool is_live_story_
bool is_rtmp_stream_
bool is_joined_
bool need_rejoin_
bool is_owned_
bool can_be_managed_
int32 participant_count_
bool has_hidden_listeners_
bool loaded_all_participants_
object_ptr< MessageSendermessage_sender_id_
array< object_ptr< groupCallRecentSpeaker > > recent_speakers_
bool is_my_video_enabled_
bool is_my_video_paused_
bool can_enable_video_
bool mute_new_participants_
bool can_toggle_mute_new_participants_
bool can_send_messages_
bool are_messages_allowed_
bool can_toggle_are_messages_allowed_
bool can_delete_messages_
int32 record_duration_
bool is_video_recorded_
int32 duration_

Static Public Attributes

static const std::int32_t ID = 1673382770

Member Function Documentation

◆ store()

void td::td_api::groupCall::store ( TlStorerToString & s,
const char * field_name ) const
finalvirtual

Helper function for the to_string method. Appends a string representation of the object to the storer.

Parameters
[in]sStorer to which the object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.


The documentation for this class was generated from the following file: