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::getVideoChatInviteLink Class Referencefinal

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

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

Public Types

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

Public Member Functions

 getVideoChatInviteLink ()
 
 getVideoChatInviteLink (int32 group_call_id_, bool can_self_unmute_)
 
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 group_call_id_
 Group call identifier.
 
bool can_self_unmute_
 Pass true if the invite link needs to contain an invite hash, passing which to joinVideoChat would allow the invited user to unmute themselves. Requires groupCall.can_be_managed right.
 

Static Public Attributes

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

Detailed Description

Returns invite link to a video chat in a public chat.

Returns object_ptr<HttpUrl>.

Definition at line 115545 of file td_api.h.

Member Typedef Documentation

◆ ReturnType

Typedef for the type returned by the function.

Definition at line 115581 of file td_api.h.

Constructor & Destructor Documentation

◆ getVideoChatInviteLink() [1/2]

td::td_api::getVideoChatInviteLink::getVideoChatInviteLink ( )

Default constructor for a function, which returns invite link to a video chat in a public chat.

Returns object_ptr<HttpUrl>.

◆ getVideoChatInviteLink() [2/2]

td::td_api::getVideoChatInviteLink::getVideoChatInviteLink ( int32  group_call_id_,
bool  can_self_unmute_ 
)

Creates a function, which returns invite link to a video chat in a public chat.

Returns object_ptr<HttpUrl>.

Parameters
[in]group_call_id_Group call identifier.
[in]can_self_unmute_Pass true if the invite link needs to contain an invite hash, passing which to joinVideoChat would allow the invited user to unmute themselves. Requires groupCall.can_be_managed right.

Member Function Documentation

◆ store()

void td::td_api::getVideoChatInviteLink::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

◆ can_self_unmute_

bool td::td_api::getVideoChatInviteLink::can_self_unmute_

Pass true if the invite link needs to contain an invite hash, passing which to joinVideoChat would allow the invited user to unmute themselves. Requires groupCall.can_be_managed right.

Definition at line 115558 of file td_api.h.

◆ group_call_id_

int32 td::td_api::getVideoChatInviteLink::group_call_id_

Group call identifier.

Definition at line 115556 of file td_api.h.

◆ ID

const std::int32_t td::td_api::getVideoChatInviteLink::ID = -1394707321
static

Identifier uniquely determining a type of the object.

Definition at line 115578 of file td_api.h.


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