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

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

Inheritance diagram for td::td_api::pageBlockRelatedArticle:
td::td_api::Object td::TlObject

Public Member Functions

 pageBlockRelatedArticle ()
 
 pageBlockRelatedArticle (string const &url_, string const &title_, string const &description_, object_ptr< photo > &&photo_, string const &author_, int32 publish_date_)
 
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

string url_
 Related article URL.
 
string title_
 Article title; may be empty.
 
string description_
 Article description; may be empty.
 
object_ptr< photophoto_
 Article photo; may be null.
 
string author_
 Article author; may be empty.
 
int32 publish_date_
 Point in time (Unix timestamp) when the article was published; 0 if unknown.
 

Static Public Attributes

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

Detailed Description

Contains information about a related article.

Definition at line 48818 of file td_api.h.

Constructor & Destructor Documentation

◆ pageBlockRelatedArticle() [1/2]

td::td_api::pageBlockRelatedArticle::pageBlockRelatedArticle ( )

Contains information about a related article.

◆ pageBlockRelatedArticle() [2/2]

td::td_api::pageBlockRelatedArticle::pageBlockRelatedArticle ( string const &  url_,
string const &  title_,
string const &  description_,
object_ptr< photo > &&  photo_,
string const &  author_,
int32  publish_date_ 
)

Contains information about a related article.

Parameters
[in]url_Related article URL.
[in]title_Article title; may be empty.
[in]description_Article description; may be empty.
[in]photo_Article photo; may be null.
[in]author_Article author; may be empty.
[in]publish_date_Point in time (Unix timestamp) when the article was published; 0 if unknown.

Member Function Documentation

◆ store()

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

◆ author_

string td::td_api::pageBlockRelatedArticle::author_

Article author; may be empty.

Definition at line 48837 of file td_api.h.

◆ description_

string td::td_api::pageBlockRelatedArticle::description_

Article description; may be empty.

Definition at line 48833 of file td_api.h.

◆ ID

const std::int32_t td::td_api::pageBlockRelatedArticle::ID = 481199251
static

Identifier uniquely determining a type of the object.

Definition at line 48859 of file td_api.h.

◆ photo_

object_ptr<photo> td::td_api::pageBlockRelatedArticle::photo_

Article photo; may be null.

Definition at line 48835 of file td_api.h.

◆ publish_date_

int32 td::td_api::pageBlockRelatedArticle::publish_date_

Point in time (Unix timestamp) when the article was published; 0 if unknown.

Definition at line 48839 of file td_api.h.

◆ title_

string td::td_api::pageBlockRelatedArticle::title_

Article title; may be empty.

Definition at line 48831 of file td_api.h.

◆ url_

string td::td_api::pageBlockRelatedArticle::url_

Related article URL.

Definition at line 48829 of file td_api.h.


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