TDLib
Loading...
Searching...
No Matches
td::td_api::storyAreaTypeSuggestedReaction Class Referencefinal

Inherits td::td_api::StoryAreaType.

Public Member Functions

 storyAreaTypeSuggestedReaction ()
 
 storyAreaTypeSuggestedReaction (object_ptr< ReactionType > &&reaction_type_, int32 total_count_, bool is_dark_, bool is_flipped_)
 
std::int32_t get_id () const final
 
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< ReactionTypereaction_type_
 Type of the reaction.
 
int32 total_count_
 Number of times the reaction was added.
 
bool is_dark_
 True, if reaction has a dark background.
 
bool is_flipped_
 True, if reaction corner is flipped.
 

Static Public Attributes

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

Detailed Description

An area pointing to a suggested reaction. App needs to show a clickable reaction on the area and call setStoryReaction when the are is clicked.

Constructor & Destructor Documentation

◆ storyAreaTypeSuggestedReaction() [1/2]

td::td_api::storyAreaTypeSuggestedReaction::storyAreaTypeSuggestedReaction ( )

An area pointing to a suggested reaction. App needs to show a clickable reaction on the area and call setStoryReaction when the are is clicked.

◆ storyAreaTypeSuggestedReaction() [2/2]

td::td_api::storyAreaTypeSuggestedReaction::storyAreaTypeSuggestedReaction ( object_ptr< ReactionType > &&  reaction_type_,
int32  total_count_,
bool  is_dark_,
bool  is_flipped_ 
)

An area pointing to a suggested reaction. App needs to show a clickable reaction on the area and call setStoryReaction when the are is clicked.

Parameters
[in]reaction_type_Type of the reaction.
[in]total_count_Number of times the reaction was added.
[in]is_dark_True, if reaction has a dark background.
[in]is_flipped_True, if reaction corner is flipped.

Member Function Documentation

◆ get_id()

std::int32_t td::td_api::storyAreaTypeSuggestedReaction::get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements td::TlObject.

◆ store()

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


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