List of all members | Public Fields | Public Types | Public Instance Methods | Static Public Attributes
shareUsersWithBot Class Referencefinal

Inherits Function.

Description

Shares users after pressing a keyboardButtonTypeRequestUsers button with the bot.

Returns object_ptr<Ok>.

Public Fields

int53 chat_id_
 Identifier of the chat with the bot.
 
int53 message_id_
 Identifier of the message with 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.
 

Public Types

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

Public Instance Methods

 shareUsersWithBot ()
 
 shareUsersWithBot (int53 chat_id_, int53 message_id_, int32 button_id_, array< int53 > &&shared_user_ids_, bool only_check_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Instance Methods inherited from 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
 

Static Public Attributes

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

Constructor & Destructor Documentation

◆ shareUsersWithBot() [1/2]

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

Returns object_ptr<Ok>.

◆ shareUsersWithBot() [2/2]

shareUsersWithBot ( int53  chat_id_,
int53  message_id_,
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]chat_id_Identifier of the chat with the bot.
[in]message_id_Identifier of the message with 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.

Method Documentation

◆ store()

void 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 TlObject.


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