tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::discardCall Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::discardCall:
td::td_api::Function td::TlObject

Public Types

using ReturnType = object_ptr< ok >
 Typedef for the type returned by the function.
 

Public Member Functions

 discardCall ()
 
 discardCall (int32 call_id_, bool is_disconnected_, string const &invite_link_, int32 duration_, bool is_video_, int64 connection_id_)
 
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 call_id_
 Call identifier.
 
bool is_disconnected_
 Pass true if the user was disconnected.
 
string invite_link_
 If the call was upgraded to a group call, pass invite link to the group call.
 
int32 duration_
 The call duration, in seconds.
 
bool is_video_
 Pass true if the call was a video call.
 
int64 connection_id_
 Identifier of the connection used during the call.
 

Static Public Attributes

static const std::int32_t ID = -1545983346
 Identifier uniquely determining a type of the object.
 

Detailed Description

Discards a call.

Returns object_ptr<Ok>.

Definition at line 96962 of file td_api.h.

Member Typedef Documentation

◆ ReturnType

Typedef for the type returned by the function.

Definition at line 97010 of file td_api.h.

Constructor & Destructor Documentation

◆ discardCall() [1/2]

td::td_api::discardCall::discardCall ( )

Default constructor for a function, which discards a call.

Returns object_ptr<Ok>.

◆ discardCall() [2/2]

td::td_api::discardCall::discardCall ( int32  call_id_,
bool  is_disconnected_,
string const &  invite_link_,
int32  duration_,
bool  is_video_,
int64  connection_id_ 
)

Creates a function, which discards a call.

Returns object_ptr<Ok>.

Parameters
[in]call_id_Call identifier.
[in]is_disconnected_Pass true if the user was disconnected.
[in]invite_link_If the call was upgraded to a group call, pass invite link to the group call.
[in]duration_The call duration, in seconds.
[in]is_video_Pass true if the call was a video call.
[in]connection_id_Identifier of the connection used during the call.

Member Function Documentation

◆ store()

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

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

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

Implements td::TlObject.

Member Data Documentation

◆ call_id_

int32 td::td_api::discardCall::call_id_

Call identifier.

Definition at line 96973 of file td_api.h.

◆ connection_id_

int64 td::td_api::discardCall::connection_id_

Identifier of the connection used during the call.

Definition at line 96983 of file td_api.h.

◆ duration_

int32 td::td_api::discardCall::duration_

The call duration, in seconds.

Definition at line 96979 of file td_api.h.

◆ ID

const std::int32_t td::td_api::discardCall::ID = -1545983346
static

Identifier uniquely determining a type of the object.

Definition at line 97007 of file td_api.h.

◆ invite_link_

string td::td_api::discardCall::invite_link_

If the call was upgraded to a group call, pass invite link to the group call.

Definition at line 96977 of file td_api.h.

◆ is_disconnected_

bool td::td_api::discardCall::is_disconnected_

Pass true if the user was disconnected.

Definition at line 96975 of file td_api.h.

◆ is_video_

bool td::td_api::discardCall::is_video_

Pass true if the call was a video call.

Definition at line 96981 of file td_api.h.


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