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

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

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

Public Types

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

Public Member Functions

 shareUsersWithBot ()
 
 shareUsersWithBot (object_ptr< KeyboardButtonSource > &&source_, int32 button_id_, array< int53 > &&shared_user_ids_, bool only_check_)
 
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

object_ptr< KeyboardButtonSourcesource_
 Source of the button.
 
int32 button_id_
 Identifier of the button.
 
array< int53shared_user_ids_
 Identifiers of the shared users.
 
bool only_check_
 Pass true to check that the users can be shared by the button instead of actually sharing them.
 

Static Public Attributes

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

Detailed Description

Shares users after pressing a keyboardButtonTypeRequestUsers button with the bot.

Returns object_ptr<Ok>.

Definition at line 134610 of file td_api.h.

Member Typedef Documentation

◆ ReturnType

Typedef for the type returned by the function.

Definition at line 134652 of file td_api.h.

Constructor & Destructor Documentation

◆ shareUsersWithBot() [1/2]

td::td_api::shareUsersWithBot::shareUsersWithBot ( )

Default constructor for a function, which shares users after pressing a keyboardButtonTypeRequestUsers button with the bot.

Returns object_ptr<Ok>.

◆ shareUsersWithBot() [2/2]

td::td_api::shareUsersWithBot::shareUsersWithBot ( object_ptr< KeyboardButtonSource > &&  source_,
int32  button_id_,
array< int53 > &&  shared_user_ids_,
bool  only_check_ 
)

Creates a function, which shares users after pressing a keyboardButtonTypeRequestUsers button with the bot.

Returns object_ptr<Ok>.

Parameters
[in]source_Source of the button.
[in]button_id_Identifier of the button.
[in]shared_user_ids_Identifiers of the shared users.
[in]only_check_Pass true to check that the users can be shared by the button instead of actually sharing them.

Member Function Documentation

◆ store()

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

◆ button_id_

int32 td::td_api::shareUsersWithBot::button_id_

Identifier of the button.

Definition at line 134623 of file td_api.h.

◆ ID

const std::int32_t td::td_api::shareUsersWithBot::ID = 1154320179
static

Identifier uniquely determining a type of the object.

Definition at line 134649 of file td_api.h.

◆ only_check_

bool td::td_api::shareUsersWithBot::only_check_

Pass true to check that the users can be shared by the button instead of actually sharing them.

Definition at line 134627 of file td_api.h.

◆ shared_user_ids_

array<int53> td::td_api::shareUsersWithBot::shared_user_ids_

Identifiers of the shared users.

Definition at line 134625 of file td_api.h.

◆ source_

object_ptr<KeyboardButtonSource> td::td_api::shareUsersWithBot::source_

Source of the button.

Definition at line 134621 of file td_api.h.


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