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

Inherits UserType.

Description

A bot (see https://core.tlgr.org/bots).

Public Fields

bool can_join_groups_
 True, if the bot can be invited to basic group and supergroup chats.
 
bool can_read_all_group_messages_
 True, if the bot can read all messages in basic group or supergroup chats and not just those addressed to the bot. In private and channel chats a bot can always read all messages.
 
bool is_inline_
 True, if the bot supports inline queries.
 
string inline_query_placeholder_
 Placeholder for inline queries (displayed on the application input field).
 
bool need_location_
 True, if the location of the user is expected to be sent with every inline query to this bot.
 

Public Instance Methods

 userTypeBot ()
 
 userTypeBot (bool can_join_groups_, bool can_read_all_group_messages_, bool is_inline_, string const &inline_query_placeholder_, bool need_location_)
 
std::int32_t get_id () const final
 
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 = 1262387765
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ userTypeBot() [1/2]

◆ userTypeBot() [2/2]

userTypeBot ( bool  can_join_groups_,
bool  can_read_all_group_messages_,
bool  is_inline_,
string const &  inline_query_placeholder_,
bool  need_location_ 
)

A bot (see https://core.tlgr.org/bots).

Parameters
[in]can_join_groups_True, if the bot can be invited to basic group and supergroup chats.
[in]can_read_all_group_messages_True, if the bot can read all messages in basic group or supergroup chats and not just those addressed to the bot. In private and channel chats a bot can always read all messages.
[in]is_inline_True, if the bot supports inline queries.
[in]inline_query_placeholder_Placeholder for inline queries (displayed on the application input field).
[in]need_location_True, if the location of the user is expected to be sent with every inline query to this bot.

Method Documentation

◆ get_id()

std::int32_t get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements TlObject.

◆ 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: