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

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

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

Public Member Functions

 storyInteraction ()
 
 storyInteraction (object_ptr< MessageSender > &&actor_id_, int32 interaction_date_, object_ptr< BlockList > &&block_list_, object_ptr< StoryInteractionType > &&type_)
 
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< MessageSenderactor_id_
 Identifier of the user or chat that made the interaction.
 
int32 interaction_date_
 Approximate point in time (Unix timestamp) when the interaction happened.
 
object_ptr< BlockListblock_list_
 Block list to which the actor is added; may be null if none or for chat stories.
 
object_ptr< StoryInteractionTypetype_
 Type of the interaction.
 

Static Public Attributes

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

Detailed Description

Represents interaction with a story.

Definition at line 69556 of file td_api.h.

Constructor & Destructor Documentation

◆ storyInteraction() [1/2]

td::td_api::storyInteraction::storyInteraction ( )

Represents interaction with a story.

◆ storyInteraction() [2/2]

td::td_api::storyInteraction::storyInteraction ( object_ptr< MessageSender > &&  actor_id_,
int32  interaction_date_,
object_ptr< BlockList > &&  block_list_,
object_ptr< StoryInteractionType > &&  type_ 
)

Represents interaction with a story.

Parameters
[in]actor_id_Identifier of the user or chat that made the interaction.
[in]interaction_date_Approximate point in time (Unix timestamp) when the interaction happened.
[in]block_list_Block list to which the actor is added; may be null if none or for chat stories.
[in]type_Type of the interaction.

Member Function Documentation

◆ store()

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

◆ actor_id_

object_ptr<MessageSender> td::td_api::storyInteraction::actor_id_

Identifier of the user or chat that made the interaction.

Definition at line 69567 of file td_api.h.

◆ block_list_

object_ptr<BlockList> td::td_api::storyInteraction::block_list_

Block list to which the actor is added; may be null if none or for chat stories.

Definition at line 69571 of file td_api.h.

◆ ID

const std::int32_t td::td_api::storyInteraction::ID = -702229982
static

Identifier uniquely determining a type of the object.

Definition at line 69591 of file td_api.h.

◆ interaction_date_

int32 td::td_api::storyInteraction::interaction_date_

Approximate point in time (Unix timestamp) when the interaction happened.

Definition at line 69569 of file td_api.h.

◆ type_

object_ptr<StoryInteractionType> td::td_api::storyInteraction::type_

Type of the interaction.

Definition at line 69573 of file td_api.h.


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