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

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

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

Public Types

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

Public Member Functions

 answerCallbackQuery ()
 
 answerCallbackQuery (int64 callback_query_id_, string const &text_, bool show_alert_, string const &url_, int32 cache_time_)
 
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

int64 callback_query_id_
 Identifier of the callback query.
 
string text_
 Text of the answer.
 
bool show_alert_
 Pass true to show an alert to the user instead of a toast notification.
 
string url_
 URL to be opened.
 
int32 cache_time_
 Time during which the result of the query can be cached, in seconds.
 

Static Public Attributes

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

Detailed Description

Sets the result of a callback query; for bots only.

Returns object_ptr<Ok>.

Definition at line 89497 of file td_api.h.

Member Typedef Documentation

◆ ReturnType

Typedef for the type returned by the function.

Definition at line 89542 of file td_api.h.

Constructor & Destructor Documentation

◆ answerCallbackQuery() [1/2]

td::td_api::answerCallbackQuery::answerCallbackQuery ( )

Default constructor for a function, which sets the result of a callback query; for bots only.

Returns object_ptr<Ok>.

◆ answerCallbackQuery() [2/2]

td::td_api::answerCallbackQuery::answerCallbackQuery ( int64  callback_query_id_,
string const &  text_,
bool  show_alert_,
string const &  url_,
int32  cache_time_ 
)

Creates a function, which sets the result of a callback query; for bots only.

Returns object_ptr<Ok>.

Parameters
[in]callback_query_id_Identifier of the callback query.
[in]text_Text of the answer.
[in]show_alert_Pass true to show an alert to the user instead of a toast notification.
[in]url_URL to be opened.
[in]cache_time_Time during which the result of the query can be cached, in seconds.

Member Function Documentation

◆ store()

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

◆ cache_time_

int32 td::td_api::answerCallbackQuery::cache_time_

Time during which the result of the query can be cached, in seconds.

Definition at line 89516 of file td_api.h.

◆ callback_query_id_

int64 td::td_api::answerCallbackQuery::callback_query_id_

Identifier of the callback query.

Definition at line 89508 of file td_api.h.

◆ ID

const std::int32_t td::td_api::answerCallbackQuery::ID = -1153028490
static

Identifier uniquely determining a type of the object.

Definition at line 89539 of file td_api.h.

◆ show_alert_

bool td::td_api::answerCallbackQuery::show_alert_

Pass true to show an alert to the user instead of a toast notification.

Definition at line 89512 of file td_api.h.

◆ text_

string td::td_api::answerCallbackQuery::text_

Text of the answer.

Definition at line 89510 of file td_api.h.

◆ url_

string td::td_api::answerCallbackQuery::url_

URL to be opened.

Definition at line 89514 of file td_api.h.


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