Longbridge OpenAPI C++ SDK
Public Attributes | List of all members
longbridge::content::OwnedTopic Struct Reference

My topic item (created by the current authenticated user) More...

#include <types.hpp>

Public Attributes

std::string id
 Topic ID. More...
 
std::string title
 Title. More...
 
std::string description
 Plain text excerpt. More...
 
std::string body
 Markdown body. More...
 
TopicAuthor author
 Author. More...
 
std::vector< std::string > tickers
 Related stock tickers. More...
 
std::vector< std::string > hashtags
 Hashtag names. More...
 
std::vector< TopicImageimages
 Images. More...
 
int32_t likes_count
 Likes count. More...
 
int32_t comments_count
 Comments count. More...
 
int32_t views_count
 Views count. More...
 
int32_t shares_count
 Shares count. More...
 
std::string topic_type
 Content type: "article" or "post". More...
 
std::string detail_url
 URL to the full topic page. More...
 
int64_t created_at
 Created time (Unix timestamp) More...
 
int64_t updated_at
 Updated time (Unix timestamp) More...
 

Detailed Description

My topic item (created by the current authenticated user)

Member Data Documentation

◆ author

TopicAuthor longbridge::content::OwnedTopic::author

Author.

◆ body

std::string longbridge::content::OwnedTopic::body

Markdown body.

◆ comments_count

int32_t longbridge::content::OwnedTopic::comments_count

Comments count.

◆ created_at

int64_t longbridge::content::OwnedTopic::created_at

Created time (Unix timestamp)

◆ description

std::string longbridge::content::OwnedTopic::description

Plain text excerpt.

◆ detail_url

std::string longbridge::content::OwnedTopic::detail_url

URL to the full topic page.

◆ hashtags

std::vector<std::string> longbridge::content::OwnedTopic::hashtags

Hashtag names.

◆ id

std::string longbridge::content::OwnedTopic::id

Topic ID.

◆ images

std::vector<TopicImage> longbridge::content::OwnedTopic::images

Images.

◆ likes_count

int32_t longbridge::content::OwnedTopic::likes_count

Likes count.

◆ shares_count

int32_t longbridge::content::OwnedTopic::shares_count

Shares count.

◆ tickers

std::vector<std::string> longbridge::content::OwnedTopic::tickers

Related stock tickers.

◆ title

std::string longbridge::content::OwnedTopic::title

Title.

◆ topic_type

std::string longbridge::content::OwnedTopic::topic_type

Content type: "article" or "post".

◆ updated_at

int64_t longbridge::content::OwnedTopic::updated_at

Updated time (Unix timestamp)

◆ views_count

int32_t longbridge::content::OwnedTopic::views_count

Views count.


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